Class RemoteStepBlockState

java.lang.Object
com.xebialabs.deployit.booter.remote.execution.RemoteBlockState
com.xebialabs.deployit.booter.remote.execution.RemoteStepBlockState
All Implemented Interfaces:
com.xebialabs.deployit.engine.api.execution.BlockState, com.xebialabs.deployit.engine.api.execution.StepBlockState

public class RemoteStepBlockState extends RemoteBlockState implements com.xebialabs.deployit.engine.api.execution.StepBlockState
  • Constructor Details

    • RemoteStepBlockState

      public RemoteStepBlockState()
  • Method Details

    • setCurrentStep

      public void setCurrentStep(int currentStep)
    • setSteps

      public void setSteps(List<com.xebialabs.deployit.engine.api.execution.StepState> steps)
    • getSteps

      public List<com.xebialabs.deployit.engine.api.execution.StepState> getSteps()
      Specified by:
      getSteps in interface com.xebialabs.deployit.engine.api.execution.StepBlockState
    • getSatelliteId

      public String getSatelliteId()
      Specified by:
      getSatelliteId in interface com.xebialabs.deployit.engine.api.execution.StepBlockState
    • getCurrentStep

      public int getCurrentStep()
      Specified by:
      getCurrentStep in interface com.xebialabs.deployit.engine.api.execution.StepBlockState