public static class DeploymentOperation.DeploymentOperationBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected PlatformServiceContainer |
container |
protected Map<String,Object> |
initialAttachments |
protected boolean |
isUndeploymentOperation |
protected String |
name |
protected List<DeploymentOperationStep> |
steps |
Constructor and Description |
---|
DeploymentOperationBuilder(PlatformServiceContainer container,
String name) |
Modifier and Type | Method and Description |
---|---|
DeploymentOperation.DeploymentOperationBuilder |
addAttachment(String name,
Object value) |
DeploymentOperation.DeploymentOperationBuilder |
addStep(DeploymentOperationStep step) |
DeploymentOperation.DeploymentOperationBuilder |
addSteps(Collection<DeploymentOperationStep> steps) |
void |
execute() |
DeploymentOperation.DeploymentOperationBuilder |
setUndeploymentOperation() |
protected PlatformServiceContainer container
protected String name
protected boolean isUndeploymentOperation
protected List<DeploymentOperationStep> steps
public DeploymentOperationBuilder(PlatformServiceContainer container, String name)
public DeploymentOperation.DeploymentOperationBuilder addStep(DeploymentOperationStep step)
public DeploymentOperation.DeploymentOperationBuilder addSteps(Collection<DeploymentOperationStep> steps)
public DeploymentOperation.DeploymentOperationBuilder addAttachment(String name, Object value)
public DeploymentOperation.DeploymentOperationBuilder setUndeploymentOperation()
public void execute()
Copyright © 2022. All rights reserved.