Class SelectRunExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper>
org.jenkinsci.plugins.runselector.steps.SelectRunExecution
All Implemented Interfaces:
Serializable

public class SelectRunExecution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper>
The execution of SelectRunStep.
Since:
1.0
Author:
Alexandru Somai
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
    run()
     

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

    start, stop

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

    inject, onResume

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

    acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded

    Methods inherited from class java.lang.Object

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

    • SelectRunExecution

      public SelectRunExecution()
  • Method Details

    • run

      public org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper run() throws Exception
      Specified by:
      run in class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper>
      Throws:
      Exception