Interface CompositeBlockState
- All Superinterfaces:
BlockState
-
Method Summary
Methods inherited from interface com.xebialabs.deployit.engine.api.execution.BlockState
getDescription, getId, getSatelliteConnectionState, getState
-
Method Details
-
isParallel
boolean isParallel() -
getBlocks
List<BlockState> getBlocks() -
hasSteps
- Specified by:
hasSteps
in interfaceBlockState
- Returns:
- true if block contains steps
-