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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Execution(SetGerritReviewStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Void
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
start, stop
-
-
-
-
Constructor Detail
-
Execution
protected Execution(SetGerritReviewStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
Constructor.- Parameters:
step
- The step.context
- The step context.
-
-