public class SetDeploymentParentDeploymentIdCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentId |
protected String |
newParentDeploymentId |
| Constructor and Description |
|---|
SetDeploymentParentDeploymentIdCmd(String deploymentId,
String newParentDeploymentId) |
protected String deploymentId
protected String newParentDeploymentId
public Void execute(CommandContext commandContext)