Class RemotePhaseContainerState
- java.lang.Object
-
- com.xebialabs.deployit.booter.remote.execution.RemoteBlockState
-
- com.xebialabs.deployit.booter.remote.execution.RemotePhaseContainerState
-
- All Implemented Interfaces:
com.xebialabs.deployit.engine.api.execution.BlockState,com.xebialabs.deployit.engine.api.execution.PhaseContainerState
public class RemotePhaseContainerState extends RemoteBlockState implements com.xebialabs.deployit.engine.api.execution.PhaseContainerState
-
-
Constructor Summary
Constructors Constructor Description RemotePhaseContainerState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState>getBlocks()voidsetBlocks(java.lang.Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState> blocks)-
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
-
getBlocks
public java.lang.Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState> getBlocks()
- Specified by:
getBlocksin interfacecom.xebialabs.deployit.engine.api.execution.PhaseContainerState
-
setBlocks
public void setBlocks(java.lang.Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState> blocks)
-
-