com.xebialabs.deployit.plugin.api.deployment.execution
Class Plans
java.lang.Object
com.xebialabs.deployit.plugin.api.deployment.execution.Plans
public class Plans
- extends java.lang.Object
|
Constructor Summary |
Plans()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Plans
public Plans()
interleaved
public static InterleavedPlan interleaved(Delta... operations)
parallel
public static ParallelPlan parallel(Plan... plans)
parallel
public static ParallelPlan parallel(java.util.List<Plan> plans)
serial
public static SerialPlan serial(Plan... plans)
serial
public static SerialPlan serial(java.util.List<Plan> plans)
interleaved
public static InterleavedPlan interleaved(com.google.common.collect.ListMultimap<java.lang.Integer,DeploymentStep> steps)
newInterleavedPlan
public static Plans.InterleavedPlanBuilder newInterleavedPlan(InterleavedPlan original)