Package hudson.plugins.emailext
Class EmailExtStep.EmailExtStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
hudson.plugins.emailext.EmailExtStep.EmailExtStepExecution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EmailExtStep
public static class EmailExtStep.EmailExtStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
EmailExtStepExecution
(EmailExtStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
EmailExtStepExecution
protected EmailExtStepExecution(EmailExtStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details