org.camunda.bpm.container.impl.spi
Class DeploymentOperation.DeploymentOperationBuilder
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
- Enclosing class:
- DeploymentOperation
public static class DeploymentOperation.DeploymentOperationBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected PlatformServiceContainer container
name
protected String name
isUndeploymentOperation
protected boolean isUndeploymentOperation
steps
protected List<DeploymentOperationStep> steps
initialAttachments
protected Map<String,Object> initialAttachments
DeploymentOperation.DeploymentOperationBuilder
public DeploymentOperation.DeploymentOperationBuilder(PlatformServiceContainer container,
String name)
addStep
public DeploymentOperation.DeploymentOperationBuilder addStep(DeploymentOperationStep step)
addSteps
public DeploymentOperation.DeploymentOperationBuilder addSteps(Collection<DeploymentOperationStep> steps)
addAttachment
public DeploymentOperation.DeploymentOperationBuilder addAttachment(String name,
Object value)
setUndeploymentOperation
public DeploymentOperation.DeploymentOperationBuilder setUndeploymentOperation()
execute
public void execute()
Copyright © 2017 camunda services GmbH. All rights reserved.