Package com.xebialabs.deployit.engine.spi.orchestration
-
Interface Summary Interface Description 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 Class Description 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 steps which can be executed andDelta
objects for which this InterleavedPlan has been built.Orchestrations ParallelOrchestration ACompositeOrchestration
that executed steps in parallel.SerialOrchestration ACompositeOrchestration
which executes all sub-plans in serial. -
Annotation Types Summary Annotation Type Description Orchestrator.Metadata