Package io.jenkins.blueocean.events
Class PipelineEventListener.StartPublisher
java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
io.jenkins.blueocean.events.PipelineEventListener.StartPublisher
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- PipelineEventListener
@Extension
public static class PipelineEventListener.StartPublisher
extends org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRunning
(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) Methods inherited from class org.jenkinsci.plugins.workflow.flow.FlowExecutionListener
fireCompleted, fireCreated, fireResumed, fireRunning, onCompleted, onCreated, onResumed
-
Constructor Details
-
StartPublisher
public StartPublisher()
-
-
Method Details
-
onRunning
public void onRunning(org.jenkinsci.plugins.workflow.flow.FlowExecution execution) - Overrides:
onRunning
in classorg.jenkinsci.plugins.workflow.flow.FlowExecutionListener
-