|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration
com.xebialabs.deployit.engine.spi.orchestration.ParallelOrchestration
public final class ParallelOrchestration
A CompositeOrchestration that executed steps in parallel.
| Field Summary |
|---|
| Fields inherited from class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration |
|---|
plans |
| Constructor Summary | |
|---|---|
ParallelOrchestration(java.util.List<Orchestration> plans)
|
|
ParallelOrchestration(Orchestration... plans)
|
|
| Method Summary |
|---|
| Methods inherited from class com.xebialabs.deployit.engine.spi.orchestration.CompositeOrchestration |
|---|
getPlans, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelOrchestration(Orchestration... plans)
public ParallelOrchestration(java.util.List<Orchestration> plans)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||