com.xebialabs.deployit.engine.spi.orchestration
Class SerialOrchestration

java.lang.Object
  extended by com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
      extended by com.xebialabs.deployit.engine.spi.orchestration.SerialOrchestration
All Implemented Interfaces:
Orchestration

public final class SerialOrchestration
extends CompositeOrchestration

A CompositeOrchestration which executes all sub-plans in serial.


Field Summary
 
Fields inherited from class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
plans
 
Constructor Summary
SerialOrchestration(java.util.List<Orchestration> plans)
           
SerialOrchestration(Orchestration... plans)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
getPlans, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialOrchestration

public SerialOrchestration(Orchestration... plans)

SerialOrchestration

public SerialOrchestration(java.util.List<Orchestration> plans)