Class RemoteStepBlockState
- java.lang.Object
-
- com.xebialabs.deployit.booter.remote.execution.RemoteBlockState
-
- com.xebialabs.deployit.booter.remote.execution.RemoteStepBlockState
-
- All Implemented Interfaces:
com.xebialabs.deployit.engine.api.execution.BlockState,com.xebialabs.deployit.engine.api.execution.StepBlockState
public class RemoteStepBlockState extends RemoteBlockState implements com.xebialabs.deployit.engine.api.execution.StepBlockState
-
-
Constructor Summary
Constructors Constructor Description RemoteStepBlockState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentStep()java.lang.StringgetSatelliteId()java.util.List<com.xebialabs.deployit.engine.api.execution.StepState>getSteps()voidsetCurrentStep(int currentStep)voidsetSteps(java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> steps)-
Methods inherited from class com.xebialabs.deployit.booter.remote.execution.RemoteBlockState
getDescription, getId, getSatelliteConnectionState, getState, hasSteps, setDescription, setHasSteps, setId, setSatelliteConnectionState, setState
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
setCurrentStep
public void setCurrentStep(int currentStep)
-
setSteps
public void setSteps(java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> steps)
-
getSteps
public java.util.List<com.xebialabs.deployit.engine.api.execution.StepState> getSteps()
- Specified by:
getStepsin interfacecom.xebialabs.deployit.engine.api.execution.StepBlockState
-
getSatelliteId
public java.lang.String getSatelliteId()
- Specified by:
getSatelliteIdin interfacecom.xebialabs.deployit.engine.api.execution.StepBlockState
-
getCurrentStep
public int getCurrentStep()
- Specified by:
getCurrentStepin interfacecom.xebialabs.deployit.engine.api.execution.StepBlockState
-
-