public class Plan
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Plan.Checkpoint |
| Constructor and Description |
|---|
Plan() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getSteps()
public java.util.List<Plan.Checkpoint> getCheckpoints()
public java.util.List<com.xebialabs.deployit.engine.spi.execution.ExecutionStateListener> getListeners()
public java.io.Writer writePlan(java.io.Writer writer)