Package com.xebialabs.deployit.engine.spi.orchestration
package com.xebialabs.deployit.engine.spi.orchestration
-
ClassDescriptionA CompositePlan holds other sub-plans which are either parallellized (see:
ParallelOrchestration
) or serialized (see:SerialOrchestration
).The lowest type of sub-plan, this plan contains steps which can be executed andDelta
objects for which this InterleavedPlan has been built.A plan of DeploymentSteps.An Orchestrator converts a DeltaSpecification into a Orchestration, which can then be resolved to result in steps.ACompositeOrchestration
that executed steps in parallel.ACompositeOrchestration
which executes all sub-plans in serial.