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

java.lang.Object
  extended by com.xebialabs.deployit.deployment.planner.StepPlan.StepWithDelta
Enclosing class:
StepPlan

public static class StepPlan.StepWithDelta
extends java.lang.Object


Constructor Summary
StepPlan.StepWithDelta(com.xebialabs.deployit.plugin.api.flow.Step step, com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
           
StepPlan.StepWithDelta(com.xebialabs.deployit.plugin.api.flow.Step step, java.util.Set<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
           
 
Method Summary
 java.util.Set<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()
           
 com.xebialabs.deployit.plugin.api.flow.Step getStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepPlan.StepWithDelta

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

StepPlan.StepWithDelta

public StepPlan.StepWithDelta(com.xebialabs.deployit.plugin.api.flow.Step step,
                              java.util.Set<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
Method Detail

getDeltas

public java.util.Set<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()

getStep

public com.xebialabs.deployit.plugin.api.flow.Step getStep()