Package io.jenkins.plugins.checks.status
Class BuildStatusChecksPublisher.ChecksGraphListener
java.lang.Object
io.jenkins.plugins.checks.status.BuildStatusChecksPublisher.ChecksGraphListener
- All Implemented Interfaces:
ExtensionPoint
,org.jenkinsci.plugins.workflow.flow.GraphListener
- Enclosing class:
- BuildStatusChecksPublisher
@Extension
public static class BuildStatusChecksPublisher.ChecksGraphListener
extends Object
implements org.jenkinsci.plugins.workflow.flow.GraphListener
As a job progresses, record a representation of the flow graph.
-
Nested Class Summary
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 node)
-
Constructor Details
-
ChecksGraphListener
public ChecksGraphListener()
-
-
Method Details
-
onNewHead
public void onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode node) - Specified by:
onNewHead
in interfaceorg.jenkinsci.plugins.workflow.flow.GraphListener
-