com.xebialabs.deployit.plugin.api.deployment.execution
Interface Plan

All Known Implementing Classes:
CompositePlan, InterleavedPlan, ParallelPlan, SerialPlan

public interface Plan

A plan of DeploymentSteps.


Method Summary
 java.util.List<DeploymentStep> getSteps()
          The steps of the full plan.
 java.lang.String getType()
          The type of plan (Parallel, Serial, Interleved)
 

Method Detail

getType

java.lang.String getType()
The type of plan (Parallel, Serial, Interleved)

Returns:
the type of plan

getSteps

java.util.List<DeploymentStep> getSteps()
The steps of the full plan.

Returns:
the steps.