|
|||||||||
| 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.SerialPlan
public class SerialPlan
A CompositePlan which executes all sub-plans in serial.
| Field Summary |
|---|
| Fields inherited from class com.xebialabs.deployit.plugin.api.deployment.execution.CompositePlan |
|---|
plans |
| Constructor Summary | |
|---|---|
SerialPlan(java.util.List<Plan> plans)
|
|
SerialPlan(Plan... plans)
|
|
| Method Summary | |
|---|---|
java.util.List<DeploymentStep> |
getSteps()
Returns all the steps of all the (serial) 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 SerialPlan(Plan... plans)
public SerialPlan(java.util.List<Plan> plans)
| Method Detail |
|---|
public java.util.List<DeploymentStep> getSteps()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||