public final class Orchestrations
extends java.lang.Object
Constructor and Description |
---|
Orchestrations() |
Modifier and Type | Method and Description |
---|---|
static InterleavedOrchestration |
interleaved(java.lang.String description,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta... operations) |
static InterleavedOrchestration |
interleaved(java.lang.String description,
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> operations) |
static ParallelOrchestration |
parallel(java.lang.String description,
java.util.List<Orchestration> orchestrations) |
static ParallelOrchestration |
parallel(java.lang.String description,
Orchestration... orchestrations) |
static SerialOrchestration |
serial(java.lang.String description,
java.util.List<Orchestration> orchestrations) |
static SerialOrchestration |
serial(java.lang.String description,
Orchestration... orchestrations) |
public static InterleavedOrchestration interleaved(java.lang.String description, java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> operations)
public static InterleavedOrchestration interleaved(java.lang.String description, com.xebialabs.deployit.plugin.api.deployment.specification.Delta... operations)
public static ParallelOrchestration parallel(java.lang.String description, Orchestration... orchestrations)
public static ParallelOrchestration parallel(java.lang.String description, java.util.List<Orchestration> orchestrations)
public static SerialOrchestration serial(java.lang.String description, Orchestration... orchestrations)
public static SerialOrchestration serial(java.lang.String description, java.util.List<Orchestration> orchestrations)