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