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 -
Method Summary
Modifier and TypeMethodDescriptionintList<com.xebialabs.deployit.engine.api.execution.StepState>getSteps()voidsetCurrentStep(int currentStep) voidMethods inherited from class com.xebialabs.deployit.booter.remote.execution.RemoteBlockState
getDescription, getId, getSatelliteConnectionState, getState, hasSteps, setDescription, setHasSteps, setId, setSatelliteConnectionState, setStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.xebialabs.deployit.engine.api.execution.BlockState
getDescription, getId, getSatelliteConnectionState, getStateMethods inherited from interface com.xebialabs.deployit.engine.api.execution.StepBlockState
hasSteps
-
Constructor Details
-
RemoteStepBlockState
public RemoteStepBlockState()
-
-
Method Details
-
setCurrentStep
public void setCurrentStep(int currentStep) -
setSteps
-
getSteps
- Specified by:
getStepsin interfacecom.xebialabs.deployit.engine.api.execution.StepBlockState
-
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
-