public abstract class CompositePlan extends Plan
| Modifier | Constructor and Description |
|---|---|
protected |
CompositePlan(java.lang.String description,
java.util.List<? extends Plan> subPlans,
java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<StepPlan.Checkpoint> |
findCheckpoints() |
java.util.List<? extends Plan> |
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 Plan> subPlans,
java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners)
public java.util.List<? extends Plan> 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)