|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.deployment.planner.Plan
com.xebialabs.deployit.deployment.planner.CompositePlan
public abstract class CompositePlan
| Constructor Summary | |
|---|---|
protected |
CompositePlan(java.util.List<? extends Plan> subPlans,
java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners)
|
| Method Summary | |
|---|---|
java.util.Set<StepPlan.Checkpoint> |
findCheckpoints()
|
java.util.List<? extends Plan> |
getSubPlans()
|
protected static java.lang.String |
indent(java.lang.String str,
int n)
|
| Methods inherited from class com.xebialabs.deployit.deployment.planner.Plan |
|---|
getListeners, writePlan |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CompositePlan(java.util.List<? extends Plan> subPlans,
java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners)
| Method Detail |
|---|
public java.util.List<? extends Plan> getSubPlans()
public java.util.Set<StepPlan.Checkpoint> findCheckpoints()
findCheckpoints in class Plan
protected static java.lang.String indent(java.lang.String str,
int n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||