com.xebialabs.deployit.deployment.planner
Class Plan.Checkpoint
java.lang.Object
com.xebialabs.deployit.deployment.planner.Plan.Checkpoint
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Plan
public static class Plan.Checkpoint
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Plan.Checkpoint(com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta,
com.xebialabs.deployit.plugin.api.flow.Step step)
|
Plan.Checkpoint(com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta,
com.xebialabs.deployit.plugin.api.flow.Step step,
com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation)
|
|
Method Summary |
com.xebialabs.deployit.plugin.api.deployment.specification.Delta |
getDelta()
|
com.xebialabs.deployit.plugin.api.deployment.specification.Operation |
getOperation()
|
com.xebialabs.deployit.plugin.api.flow.Step |
getStep()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Plan.Checkpoint
public Plan.Checkpoint(com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta,
com.xebialabs.deployit.plugin.api.flow.Step step)
Plan.Checkpoint
public Plan.Checkpoint(com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta,
com.xebialabs.deployit.plugin.api.flow.Step step,
com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation)
getDelta
public com.xebialabs.deployit.plugin.api.deployment.specification.Delta getDelta()
getStep
public com.xebialabs.deployit.plugin.api.flow.Step getStep()
getOperation
public com.xebialabs.deployit.plugin.api.deployment.specification.Operation getOperation()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object