com.xebialabs.deployit.deployment.planner
Class SerialPlan

java.lang.Object
  extended by com.xebialabs.deployit.deployment.planner.Plan
      extended by com.xebialabs.deployit.deployment.planner.CompositePlan
          extended by com.xebialabs.deployit.deployment.planner.SerialPlan

public class SerialPlan
extends CompositePlan


Constructor Summary
SerialPlan(java.util.List<? extends Plan> subPlans, java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners)
           
 
Method Summary
 java.io.Writer writePlan(java.io.Writer writer)
           
 
Methods inherited from class com.xebialabs.deployit.deployment.planner.CompositePlan
findCheckpoints, getSubPlans, indent
 
Methods inherited from class com.xebialabs.deployit.deployment.planner.Plan
getListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialPlan

public SerialPlan(java.util.List<? extends Plan> subPlans,
                  java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> listeners)
Method Detail

writePlan

public java.io.Writer writePlan(java.io.Writer writer)
Specified by:
writePlan in class Plan