Class MilestoneStepExecution.FlowExecutionListenerImpl
java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
org.jenkinsci.plugins.pipeline.milestone.MilestoneStepExecution.FlowExecutionListenerImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
MilestoneStepExecution
@Extension
public static final class MilestoneStepExecution.FlowExecutionListenerImpl
extends org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
Listens to pipeline resume, and let
MilestoneStorage know the latest persisted milestone.-
Nested Class Summary
Nested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonResumed(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) Methods inherited from class org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
fireCompleted, fireCreated, fireResumed, fireRunning, onCompleted, onCreated, onRunning
-
Constructor Details
-
FlowExecutionListenerImpl
public FlowExecutionListenerImpl()
-
-
Method Details
-
onResumed
public void onResumed(@NonNull org.jenkinsci.plugins.workflow.flow.FlowExecution execution) - Overrides:
onResumedin classorg.jenkinsci.plugins.workflow.flow.FlowExecutionListener
-