Class Orchestrations
java.lang.Object
com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InterleavedOrchestrationinterleaved(String description, com.xebialabs.deployit.plugin.api.deployment.specification.Delta... operations) static InterleavedOrchestrationinterleaved(String description, List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> operations) static ParallelOrchestrationparallel(String description, Orchestration... orchestrations) static ParallelOrchestrationparallel(String description, List<Orchestration> orchestrations) static SerialOrchestrationserial(String description, Orchestration... orchestrations) static SerialOrchestrationserial(String description, List<Orchestration> orchestrations)
-
Constructor Details
-
Orchestrations
public Orchestrations()
-
-
Method Details
-
interleaved
public static InterleavedOrchestration interleaved(String description, List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> operations) -
interleaved
public static InterleavedOrchestration interleaved(String description, com.xebialabs.deployit.plugin.api.deployment.specification.Delta... operations) -
parallel
-
parallel
public static ParallelOrchestration parallel(String description, List<Orchestration> orchestrations) -
serial
-
serial
-