public class SerialPlan extends CompositePlan
| Constructor and Description |
|---|
SerialPlan(java.lang.String description,
java.util.List<? extends com.xebialabs.deployit.deployment.planner.ExecutablePlan> subPlans,
java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners) |
SerialPlan(java.lang.String description,
java.util.List<? extends com.xebialabs.deployit.deployment.planner.ExecutablePlan> subPlans,
java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners,
com.xebialabs.xlplatform.satellite.Satellite satellite) |
| Modifier and Type | Method and Description |
|---|---|
java.io.Writer |
writePlan(java.io.Writer writer) |
findCheckpoints, getSubPlans, indent, writeBlockBounderygetDescription, getListenerspublic SerialPlan(java.lang.String description,
java.util.List<? extends com.xebialabs.deployit.deployment.planner.ExecutablePlan> subPlans,
java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners)
public SerialPlan(java.lang.String description,
java.util.List<? extends com.xebialabs.deployit.deployment.planner.ExecutablePlan> subPlans,
java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners,
com.xebialabs.xlplatform.satellite.Satellite satellite)