Class ReadRemoteJobsStep.ReadRemoteJobsStepExecution

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

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

    Constructors
    Constructor
    Description
    ReadRemoteJobsStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<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

    • ReadRemoteJobsStepExecution

      public ReadRemoteJobsStepExecution(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • run

      protected List<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<List<Map<?,?>>>
      Throws:
      Exception