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 Details

    • RemotePhaseContainerState

      public RemotePhaseContainerState()
  • Method Details

    • getBlocks

      public 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(Iterable<com.xebialabs.deployit.engine.api.execution.PhaseState> blocks)