public class ArchivedPhase extends ArchivedAbstractBlock implements com.xebialabs.deployit.engine.api.execution.PhaseState
| Modifier and Type | Field and Description |
|---|---|
ArchivedAbstractBlock |
underlyingBlock |
| Constructor and Description |
|---|
ArchivedPhase(ArchivedAbstractBlock underlyingBlock) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.engine.api.execution.BlockState |
getBlock() |
scala.Option<com.xebialabs.deployit.engine.tasker.Block> |
getBlock(com.xebialabs.deployit.engine.tasker.BlockPath path) |
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, statepublic final ArchivedAbstractBlock underlyingBlock
public ArchivedPhase(ArchivedAbstractBlock underlyingBlock)
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 com.xebialabs.deployit.engine.api.execution.BlockState getBlock()
getBlock in interface com.xebialabs.deployit.engine.api.execution.PhaseState