Interface StepBlockState
- All Superinterfaces:
 BlockState
Information about a step block.
 A block is a representation for a sequence of steps and is used to facilitate the parallel execution of steps.
- 
Method Summary
Methods inherited from interface com.xebialabs.deployit.engine.api.execution.BlockState
getDescription, getId, getSatelliteConnectionState, getState 
- 
Method Details
- 
getCurrentStep
int getCurrentStep()Returns number of step which is being executed. - 
getSteps
Returns states of all the states included in this block. - 
getSatelliteId
String getSatelliteId()Returns satellite if it used in current block - 
hasSteps
- Specified by:
 hasStepsin interfaceBlockState- Returns:
 - true if block contains steps
 
 
 -