Class FlowExecutionListener

java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
FlowExecutionList.ResumeStepExecutionListener

public abstract class FlowExecutionListener extends Object implements ExtensionPoint
Listens for significant status updates for a FlowExecution, such as started running or completed.
Since:
2.14
Author:
Andrew Bayer