Package com.xebialabs.deployit.engine.spi.orchestration

Interface Summary
Orchestration A plan of DeploymentSteps.
Orchestrator An Orchestrator converts a DeltaSpecification into a Orchestration, which can then be resolved to result in steps.
 

Class Summary
CompositeOrchestration A CompositePlan holds other sub-plans which are either parallellized (see: ParallelOrchestration) or serialized (see: SerialOrchestration).
InterleavedOrchestration The lowest type of sub-plan, this plan contains com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentSteps which can be executed and Delta objects for which this InterleavedPlan has been built.
Orchestrations  
ParallelOrchestration A CompositeOrchestration that executed steps in parallel.
SerialOrchestration A CompositeOrchestration which executes all sub-plans in serial.
 

Annotation Types Summary
Orchestrator.Metadata