com.xebialabs.deployit.deployment.planner
Class Plan

java.lang.Object
  extended by com.xebialabs.deployit.deployment.planner.Plan

public class Plan
extends java.lang.Object


Nested Class Summary
static class Plan.Checkpoint
           
 
Constructor Summary
Plan()
           
 
Method Summary
 java.util.List<Plan.Checkpoint> getCheckpoints()
           
 java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> getListeners()
           
 java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getSteps()
           
 java.io.Writer writePlan(java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plan

public Plan()
Method Detail

getSteps

public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getSteps()

getCheckpoints

public java.util.List<Plan.Checkpoint> getCheckpoints()

getListeners

public java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> getListeners()

writePlan

public java.io.Writer writePlan(java.io.Writer writer)