|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.plugin.api.deployment.execution.InterleavedPlan
public class 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.
The DeploymentSteps in the InterleavedPlan are sorted by the StepComparator
| Method Summary | |
|---|---|
java.util.List<Delta> |
getDeltas()
Gets the Deltas for which this InterleavedPlan has been compiled |
java.util.List<DeploymentStep> |
getSteps()
The steps of the full plan. |
com.google.common.collect.ListMultimap<java.lang.Integer,DeploymentStep> |
getStepsMap()
|
java.lang.String |
getType()
The type of plan (Parallel, Serial, Interleved) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<Delta> getDeltas()
Deltas for which this InterleavedPlan has been compiled
public com.google.common.collect.ListMultimap<java.lang.Integer,DeploymentStep> getStepsMap()
public java.util.List<DeploymentStep> getSteps()
Plan
getSteps in interface Planpublic java.lang.String getType()
Plan
getType in interface Plan
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||