public class DeleteDeploymentCmd extends Object implements Command<Void>, Serializable
protected String
deploymentId
DeleteDeploymentCmd(String deploymentId)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String deploymentId
public DeleteDeploymentCmd(String deploymentId)
public Void execute(CommandContext commandContext)
execute
Command<Void>