public class GroupPromoteRequest extends Object implements PromoteRequest<GroupPromoteRequest>
StoreKey's). If paths are provided, only
promote a subset of the content in the source store, otherwise promote all.| Constructor and Description |
|---|
GroupPromoteRequest() |
GroupPromoteRequest(org.commonjava.indy.model.core.StoreKey source,
String targetGroup) |
| Modifier and Type | Method and Description |
|---|---|
org.commonjava.indy.model.core.StoreKey |
getSource() |
String |
getTargetGroup() |
org.commonjava.indy.model.core.StoreKey |
getTargetKey() |
boolean |
isDryRun() |
GroupPromoteRequest |
setDryRun(boolean dryRun) |
GroupPromoteRequest |
setSource(org.commonjava.indy.model.core.StoreKey source) |
GroupPromoteRequest |
setTargetGroup(String targetGroup) |
String |
toString() |
public GroupPromoteRequest()
public GroupPromoteRequest(org.commonjava.indy.model.core.StoreKey source,
String targetGroup)
public org.commonjava.indy.model.core.StoreKey getSource()
getSource in interface PromoteRequest<GroupPromoteRequest>public GroupPromoteRequest setSource(org.commonjava.indy.model.core.StoreKey source)
setSource in interface PromoteRequest<GroupPromoteRequest>public org.commonjava.indy.model.core.StoreKey getTargetKey()
getTargetKey in interface PromoteRequest<GroupPromoteRequest>public String getTargetGroup()
public GroupPromoteRequest setTargetGroup(String targetGroup)
public boolean isDryRun()
isDryRun in interface PromoteRequest<GroupPromoteRequest>public GroupPromoteRequest setDryRun(boolean dryRun)
setDryRun in interface PromoteRequest<GroupPromoteRequest>Copyright © 2011-2016. All Rights Reserved.