public class RemoteStepBlockState extends RemoteBlockState implements com.xebialabs.deployit.engine.api.execution.StepBlockState
| Constructor and Description |
|---|
RemoteStepBlockState() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentStep() |
java.lang.String |
getSatelliteId() |
java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> |
getSteps() |
void |
setCurrentStep(int currentStep) |
void |
setSteps(java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> steps) |
getDescription, getId, getSatelliteConnectionState, getState, hasSteps, setDescription, setHasSteps, setId, setSatelliteConnectionState, setStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void setCurrentStep(int currentStep)
public void setSteps(java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> steps)
public java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> getSteps()
getSteps in interface com.xebialabs.deployit.engine.api.execution.StepBlockStatepublic java.lang.String getSatelliteId()
getSatelliteId in interface com.xebialabs.deployit.engine.api.execution.StepBlockStatepublic int getCurrentStep()
getCurrentStep in interface com.xebialabs.deployit.engine.api.execution.StepBlockState