Interface CompositeBlockState
-
- All Superinterfaces:
BlockState
public interface CompositeBlockState extends BlockState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.List<BlockState>
getBlocks()
default java.lang.Boolean
hasSteps()
boolean
isParallel()
-
Methods inherited from interface com.xebialabs.deployit.engine.api.execution.BlockState
getDescription, getId, getSatelliteConnectionState, getState
-
-
-
-
Method Detail
-
isParallel
boolean isParallel()
-
getBlocks
java.util.List<BlockState> getBlocks()
-
hasSteps
default java.lang.Boolean hasSteps()
- Specified by:
hasSteps
in interfaceBlockState
- Returns:
- true if block contains steps
-
-