Class Orchestrations
java.lang.Object
com.xebialabs.deployit.engine.spi.orchestration.Orchestrations
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InterleavedOrchestration
interleaved
(String description, com.xebialabs.deployit.plugin.api.deployment.specification.Delta... operations) static InterleavedOrchestration
interleaved
(String description, List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> operations) static ParallelOrchestration
parallel
(String description, Orchestration... orchestrations) static ParallelOrchestration
parallel
(String description, List<Orchestration> orchestrations) static SerialOrchestration
serial
(String description, Orchestration... orchestrations) static SerialOrchestration
serial
(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
-