Class CompositeOrchestration
java.lang.Object
com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
- All Implemented Interfaces:
Orchestration
- Direct Known Subclasses:
ParallelOrchestration,SerialOrchestration
A CompositePlan holds other sub-plans which are either parallellized (see:
ParallelOrchestration) or serialized (see: SerialOrchestration).-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCompositeOrchestration(String description, Orchestration... plans) protectedCompositeOrchestration(String description, List<Orchestration> plans) -
Method Summary
-
Field Details
-
plans
-
-
Constructor Details
-
CompositeOrchestration
-
CompositeOrchestration
-
-
Method Details
-
getPlans
Gets the full list of plans.- Returns:
- the full list of plans.
-
getType
Description copied from interface:OrchestrationThe type of orchestration (Parallel, Serial, Interleaved)- Specified by:
getTypein interfaceOrchestration- Returns:
- the type of plan
-
getDescription
Description copied from interface:OrchestrationThe description of the orchestration describing the steps it contains- Specified by:
getDescriptionin interfaceOrchestration- Returns:
- the description
-