Class InterleavedOrchestration
java.lang.Object
com.xebialabs.deployit.engine.spi.orchestration.InterleavedOrchestration
- All Implemented Interfaces:
Orchestration
The lowest type of sub-plan, this plan contains steps which can be executed and
Delta
objects
for which this InterleavedPlan has been built.
The steps in the InterleavedPlan are sorted.-
Method Summary
Modifier and TypeMethodDescriptionList<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>
Gets theDelta
s for which this InterleavedPlan has been compiledThe description of the orchestration describing the steps it containsgetType()
The type of orchestration (Parallel, Serial, Interleaved)
-
Method Details
-
getDeltas
Gets theDelta
s for which this InterleavedPlan has been compiled- Returns:
- the Delta's
-
getType
Description copied from interface:Orchestration
The type of orchestration (Parallel, Serial, Interleaved)- Specified by:
getType
in interfaceOrchestration
- Returns:
- the type of plan
-
getDescription
Description copied from interface:Orchestration
The description of the orchestration describing the steps it contains- Specified by:
getDescription
in interfaceOrchestration
- Returns:
- the description
-