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 BlockStategetBlock()default java.lang.BooleanhasSteps()- 
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:
 hasStepsin interfaceBlockState- Returns:
 - true if block contains steps
 
 
 - 
 
 -