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 Constructor Description RemotePhaseState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.xebialabs.deployit.engine.api.execution.BlockStategetBlock()voidsetBlock(com.xebialabs.deployit.engine.api.execution.BlockState block)-
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
-
-