|
|||||||||
| 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.CompositePlan
com.xebialabs.deployit.plugin.api.deployment.execution.ParallelPlan
public class ParallelPlan
A CompositePlan that executed steps in parallel.
| Field Summary |
|---|
| Fields inherited from class com.xebialabs.deployit.plugin.api.deployment.execution.CompositePlan |
|---|
plans |
| Constructor Summary | |
|---|---|
ParallelPlan(java.util.List<Plan> plans)
|
|
ParallelPlan(Plan... plans)
|
|
| Method Summary | |
|---|---|
java.util.List<DeploymentStep> |
getSteps()
Returns the steps of all of the (parallel) sub-plans. |
| Methods inherited from class com.xebialabs.deployit.plugin.api.deployment.execution.CompositePlan |
|---|
getPlans, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelPlan(Plan... plans)
public ParallelPlan(java.util.List<Plan> plans)
| Method Detail |
|---|
public java.util.List<DeploymentStep> getSteps()
StepComparator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||