Class RemotePhaseState
java.lang.Object
com.xebialabs.deployit.booter.remote.execution.RemoteBlockState
com.xebialabs.deployit.booter.remote.execution.RemotePhaseState
- All Implemented Interfaces:
com.xebialabs.deployit.engine.api.execution.BlockState,com.xebialabs.deployit.engine.api.execution.PhaseState
public class RemotePhaseState
extends RemoteBlockState
implements com.xebialabs.deployit.engine.api.execution.PhaseState
-
Constructor Summary
Constructors -
Method Summary
Methods 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.PhaseState
hasSteps
-
Constructor Details
-
RemotePhaseState
public RemotePhaseState()
-
-
Method Details
-
getBlock
public com.xebialabs.deployit.engine.api.execution.BlockState getBlock()- Specified by:
getBlockin interfacecom.xebialabs.deployit.engine.api.execution.PhaseState
-
setBlock
public void setBlock(com.xebialabs.deployit.engine.api.execution.BlockState block)
-