Class SetGerritReviewStep.Execution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Void>
com.sonyericsson.hudson.plugins.gerrit.trigger.workflow.SetGerritReviewStep.Execution
All Implemented Interfaces:
Serializable
Enclosing class:
SetGerritReviewStep

public static class SetGerritReviewStep.Execution extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Void>
Executes the SetGerritReviewStep.
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Execution(SetGerritReviewStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Void
    run()
     

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

    start, stop

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

    applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume

    Methods inherited from class java.lang.Object

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

    • Execution

      protected Execution(SetGerritReviewStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
      Constructor.
      Parameters:
      step - The step.
      context - The step context.
  • Method Details

    • run

      protected Void run() throws Exception
      Specified by:
      run in class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Void>
      Throws:
      Exception