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

java.lang.Object
  extended by com.xebialabs.deployit.engine.spi.orchestration.Orchestrations

public final class Orchestrations
extends java.lang.Object


Constructor Summary
Orchestrations()
           
 
Method Summary
static InterleavedOrchestration interleaved(com.xebialabs.deployit.plugin.api.deployment.specification.Delta... operations)
           
static InterleavedOrchestration interleaved(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> operations)
           
static ParallelOrchestration parallel(java.util.List<Orchestration> orchestrations)
           
static ParallelOrchestration parallel(Orchestration... orchestrations)
           
static SerialOrchestration serial(java.util.List<Orchestration> orchestrations)
           
static SerialOrchestration serial(Orchestration... orchestrations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Orchestrations

public Orchestrations()
Method Detail

interleaved

public static InterleavedOrchestration interleaved(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> operations)

interleaved

public static InterleavedOrchestration interleaved(com.xebialabs.deployit.plugin.api.deployment.specification.Delta... operations)

parallel

public static ParallelOrchestration parallel(Orchestration... orchestrations)

parallel

public static ParallelOrchestration parallel(java.util.List<Orchestration> orchestrations)

serial

public static SerialOrchestration serial(Orchestration... orchestrations)

serial

public static SerialOrchestration serial(java.util.List<Orchestration> orchestrations)