Class DeploymentOperation.DeploymentOperationBuilder
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
- Enclosing class:
 - DeploymentOperation
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PlatformServiceContainerprotected booleanprotected Stringprotected List<DeploymentOperationStep> - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
container
 - 
name
 - 
isUndeploymentOperation
protected boolean isUndeploymentOperation - 
steps
 - 
initialAttachments
 
 - 
 - 
Constructor Details
- 
DeploymentOperationBuilder
 
 - 
 - 
Method Details
- 
addStep
 - 
addSteps
public DeploymentOperation.DeploymentOperationBuilder addSteps(Collection<DeploymentOperationStep> steps)  - 
addAttachment
 - 
setUndeploymentOperation
 - 
execute
public void execute() 
 -