public class ArchivedPhaseContainer extends ArchivedAbstractBlock implements com.xebialabs.deployit.engine.api.execution.PhaseContainerState
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ArchivedPhase> |
phases |
| Constructor and Description |
|---|
ArchivedPhaseContainer(java.util.List<ArchivedPhase> phases) |
| Modifier and Type | Method and Description |
|---|---|
scala.Option<com.xebialabs.deployit.engine.tasker.Block> |
getBlock(com.xebialabs.deployit.engine.tasker.BlockPath path) |
java.lang.Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState> |
getBlocks() |
com.xebialabs.deployit.engine.api.execution.StepState |
getStep(com.xebialabs.deployit.engine.tasker.BlockPath path) |
java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> |
getStepList() |
scala.collection.Seq<scala.Tuple2<com.xebialabs.deployit.engine.tasker.BlockPath,com.xebialabs.deployit.engine.api.execution.StepState>> |
getStepsWithPaths() |
description, getDescription, getId, getState, id, newState, recovered, setDescription, setId, setState, state_$eq, stateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic final java.util.List<ArchivedPhase> phases
public ArchivedPhaseContainer(java.util.List<ArchivedPhase> phases)
public java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> getStepList()
getStepList in interface com.xebialabs.deployit.engine.tasker.Blockpublic com.xebialabs.deployit.engine.api.execution.StepState getStep(com.xebialabs.deployit.engine.tasker.BlockPath path)
getStep in interface com.xebialabs.deployit.engine.tasker.Blockpublic scala.Option<com.xebialabs.deployit.engine.tasker.Block> getBlock(com.xebialabs.deployit.engine.tasker.BlockPath path)
getBlock in interface com.xebialabs.deployit.engine.tasker.Blockpublic scala.collection.Seq<scala.Tuple2<com.xebialabs.deployit.engine.tasker.BlockPath,com.xebialabs.deployit.engine.api.execution.StepState>> getStepsWithPaths()
getStepsWithPaths in interface com.xebialabs.deployit.engine.tasker.Blockpublic java.lang.Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState> getBlocks()
getBlocks in interface com.xebialabs.deployit.engine.api.execution.PhaseContainerState