Package io.jenkins.blueocean.events
Class PipelineEventListener
java.lang.Object
io.jenkins.blueocean.events.PipelineEventListener
- All Implemented Interfaces:
ExtensionPoint
,org.jenkinsci.plugins.workflow.flow.GraphListener
@Extension
public class PipelineEventListener
extends Object
implements org.jenkinsci.plugins.workflow.flow.GraphListener
Listen for run events, filter and publish stage/branch events
to notify the UX that there are changes when viewing the
pipeline results screen.
This may be useful (or may not be needed) for live-ness of the pipeline results screen.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface org.jenkinsci.plugins.workflow.flow.GraphListener
org.jenkinsci.plugins.workflow.flow.GraphListener.Synchronous
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNewHead
(org.jenkinsci.plugins.workflow.graph.FlowNode flowNode)
-
Constructor Details
-
PipelineEventListener
public PipelineEventListener()
-
-
Method Details
-
onNewHead
public void onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode flowNode) - Specified by:
onNewHead
in interfaceorg.jenkinsci.plugins.workflow.flow.GraphListener
-