public final class InterleavedOrchestration extends java.lang.Object implements Orchestration
Delta
objects
for which this InterleavedPlan has been built.
The steps in the InterleavedPlan are sorted.Modifier and Type | Method and Description |
---|---|
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
getDeltas()
Gets the
Delta s for which this InterleavedPlan has been compiled |
java.lang.String |
getDescription()
The description of the orchestration describing the steps it contains
|
java.lang.String |
getType()
The type of orchestration (Parallel, Serial, Interleaved)
|
public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()
Delta
s for which this InterleavedPlan has been compiledpublic java.lang.String getType()
Orchestration
getType
in interface Orchestration
public java.lang.String getDescription()
Orchestration
getDescription
in interface Orchestration