Package com.xebialabs.deployit.plugin.api.deployment.execution

Interface Summary
DeploymentExecutionContext Sub-interface of ExecutionContext, specializing it for Deployment purposes.
DeploymentStep Atomic executable action which on execution results in actually modifying the real environment.
Plan A plan of DeploymentSteps.
 

Class Summary
CompositePlan A CompositePlan holds other sub-plans which are either parallellized (see: ParallelPlan) or serialized (see: SerialPlan).
InterleavedPlan The lowest type of sub-plan, this plan contains DeploymentSteps which can be executed and Delta objects for which this InterleavedPlan has been built.
ParallelPlan A CompositePlan that executed steps in parallel.
Plans  
Plans.InterleavedPlanBuilder  
SerialPlan A CompositePlan which executes all sub-plans in serial.