Class SyntheticStageGraphListener
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.SyntheticStageGraphListener
- All Implemented Interfaces:
ExtensionPoint
,org.jenkinsci.plugins.workflow.flow.GraphListener
@Extension
public final class SyntheticStageGraphListener
extends Object
implements org.jenkinsci.plugins.workflow.flow.GraphListener
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.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
-
SyntheticStageGraphListener
public SyntheticStageGraphListener()
-
-
Method Details
-
onNewHead
public void onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode node) - Specified by:
onNewHead
in interfaceorg.jenkinsci.plugins.workflow.flow.GraphListener
-