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 Details

    • RemotePhaseState

      public RemotePhaseState()
  • Method Details

    • getBlock

      public com.xebialabs.deployit.engine.api.execution.BlockState getBlock()
      Specified by:
      getBlock in interface com.xebialabs.deployit.engine.api.execution.PhaseState
    • setBlock

      public void setBlock(com.xebialabs.deployit.engine.api.execution.BlockState block)