Class DeploymentOperation.DeploymentOperationBuilder
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
- Enclosing class:
- DeploymentOperation
-
Field Summary
Modifier and TypeFieldDescriptionprotected PlatformServiceContainer
protected boolean
protected String
protected List<DeploymentOperationStep>
-
Constructor Summary
-
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()
-