com.xebialabs.deployit.deployment.planner
Class ParallelPlan

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.ParallelPlan

public class ParallelPlan
extends CompositePlan


Constructor Summary
ParallelPlan(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

ParallelPlan

public ParallelPlan(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