com.xebialabs.deployit.deployment.planner
Class StepPlan.Checkpoint

java.lang.Object
  extended by com.xebialabs.deployit.deployment.planner.StepPlan.Checkpoint
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StepPlan

public static class StepPlan.Checkpoint
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StepPlan.Checkpoint(com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta, com.xebialabs.deployit.plugin.api.flow.Step step)
           
StepPlan.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
 

Constructor Detail

StepPlan.Checkpoint

public StepPlan.Checkpoint(com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta,
                           com.xebialabs.deployit.plugin.api.flow.Step step)

StepPlan.Checkpoint

public StepPlan.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 Detail

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