Class 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 Detail

      • RemotePhaseContainerState

        public RemotePhaseContainerState()
    • Method Detail

      • getBlocks

        public java.lang.Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState> getBlocks()
        Specified by:
        getBlocks in interface com.xebialabs.deployit.engine.api.execution.PhaseContainerState
      • setBlocks

        public void setBlocks​(java.lang.Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState> blocks)