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