public abstract class CompositePlan
extends com.xebialabs.deployit.deployment.planner.ExecutablePlan
| Modifier | Constructor and Description |
|---|---|
protected |
CompositePlan(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) |
protected |
CompositePlan(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.util.Set<StepPlan.Checkpoint> |
findCheckpoints() |
java.util.List<? extends com.xebialabs.deployit.deployment.planner.ExecutablePlan> |
getSubPlans() |
protected static java.lang.String |
indent(java.lang.String str,
int n) |
protected void |
writeBlockBoundery(java.io.PrintWriter out,
int off) |
getDescription, getListeners, writePlanprotected CompositePlan(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)
protected CompositePlan(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)
public java.util.List<? extends com.xebialabs.deployit.deployment.planner.ExecutablePlan> getSubPlans()
public java.util.Set<StepPlan.Checkpoint> findCheckpoints()
findCheckpoints in class Planprotected static java.lang.String indent(java.lang.String str,
int n)
protected void writeBlockBoundery(java.io.PrintWriter out,
int off)