|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.engine.spi.orchestration.InterleavedOrchestration
public final class InterleavedOrchestration
The lowest type of sub-plan, this plan contains com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentSteps which can be executed and Delta objects
for which this InterleavedPlan has been built.
The com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentSteps in the InterleavedPlan are sorted by the com.xebialabs.deployit.engine.spi.planning.StepComparator
| Method Summary | |
|---|---|
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
getDeltas()
Gets the Deltas for which this InterleavedPlan has been compiled |
java.lang.String |
getType()
The type of orchestration (Parallel, Serial, Interleaved) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()
Deltas for which this InterleavedPlan has been compiled
public java.lang.String getType()
Orchestration
getType in interface Orchestration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||