public class ArchivedCompositeBlock extends ArchivedAbstractBlock implements com.xebialabs.deployit.engine.api.execution.CompositeBlockState
| Constructor and Description |
|---|
ArchivedCompositeBlock() |
| Modifier and Type | Method and Description |
|---|---|
scala.Option<com.xebialabs.deployit.engine.tasker.Block> |
getBlock(com.xebialabs.deployit.engine.tasker.BlockPath path) |
java.util.List<com.xebialabs.deployit.engine.api.execution.BlockState> |
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() |
boolean |
isParallel() |
void |
setBlocks(java.util.List<com.xebialabs.deployit.engine.api.execution.BlockState> blocks) |
void |
setParallel(boolean parallel) |
description, getDescription, getId, getState, id, newState, recovered, setDescription, setId, setState, state_$eq, stateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean isParallel()
isParallel in interface com.xebialabs.deployit.engine.api.execution.CompositeBlockStatepublic java.util.List<com.xebialabs.deployit.engine.api.execution.BlockState> getBlocks()
getBlocks in interface com.xebialabs.deployit.engine.api.execution.CompositeBlockStatepublic void setBlocks(java.util.List<com.xebialabs.deployit.engine.api.execution.BlockState> blocks)
public void setParallel(boolean parallel)
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.Block