Class 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:
    Serialized Form
    • Constructor Detail

      • Execution

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

      • run

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