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 andDeltaobjects 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.ACompositeOrchestrationthat executed steps in parallel.ACompositeOrchestrationwhich executes all sub-plans in serial.