public class DeleteDeploymentCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
cascade |
protected String |
deploymentId |
protected boolean |
skipCustomListeners |
Constructor and Description |
---|
DeleteDeploymentCmd(String deploymentId,
boolean cascade,
boolean skipCustomListeners) |
protected String deploymentId
protected boolean cascade
protected boolean skipCustomListeners
public DeleteDeploymentCmd(String deploymentId, boolean cascade, boolean skipCustomListeners)
public Void execute(CommandContext commandContext)
Copyright © 2018. All rights reserved.