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
ConstructorsModifierConstructorDescriptionprotectedExecution(SetGerritReviewStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) Constructor. -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume
-
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