Class FlowExecutionList.ResumeStepExecutionListener
java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
org.jenkinsci.plugins.workflow.flow.FlowExecutionList.ResumeStepExecutionListener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- FlowExecutionList
@Extension
public static class FlowExecutionList.ResumeStepExecutionListener
extends FlowExecutionListener
Whenever a Pipeline resumes, resume all incomplete steps in its
FlowExecution
.
Called by WorkflowRun.onLoad
, so guaranteed to run if a Pipeline resumes
regardless of its presence in FlowExecutionList
.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
fireCompleted, fireCreated, fireResumed, fireRunning, onCompleted, onCreated, onRunning
-
Constructor Details
-
ResumeStepExecutionListener
public ResumeStepExecutionListener()
-
-
Method Details
-
onResumed
Description copied from class:FlowExecutionListener
Called when aFlowExecution
has resumed.- Overrides:
onResumed
in classFlowExecutionListener
- Parameters:
e
- TheFlowExecution
that has resumed.
-