Class ReadRemoteResultStep.ReadRemoteResultStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Map<?,?>>
io.jenkins.plugins.remote.result.trigger.ReadRemoteResultStep.ReadRemoteResultStepExecution
All Implemented Interfaces:
Serializable
Enclosing class:
ReadRemoteResultStep

public static class ReadRemoteResultStep.ReadRemoteResultStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Map<?,?>>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReadRemoteResultStepExecution(ReadRemoteResultStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<?,?>
    run()
    Meat of the execution.

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution

    blocksRestart, getStatus, onResume, start, stop

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

    applyAll, applyAll, getContext, getStatusBounded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReadRemoteResultStepExecution

      public ReadRemoteResultStepExecution(@NonNull ReadRemoteResultStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • run

      protected Map<?,?> run() throws Exception
      Meat of the execution.

      When this method returns, a step execution is over.

      Specified by:
      run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Map<?,?>>
      Throws:
      Exception