com.xebialabs.deployit.engine.spi.orchestration
Class Orchestrations
java.lang.Object
com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
public final class Orchestrations
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Orchestrations
public Orchestrations()
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)