Class InputNotificationGraphListener
- java.lang.Object
-
- io.jenkins.plugins.pipeline.input.InputNotificationGraphListener
-
- All Implemented Interfaces:
ExtensionPoint
,org.jenkinsci.plugins.workflow.flow.GraphListener
@Extension public class InputNotificationGraphListener extends Object implements org.jenkinsci.plugins.workflow.flow.GraphListener
- Author:
- jasper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description InputNotificationGraphListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode fn)
Check if exists `input` step, if so, send notification after input started, approved, aborted.
-
-
-
Method Detail
-
onNewHead
public void onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode fn)
Check if exists `input` step, if so, send notification after input started, approved, aborted.- Specified by:
onNewHead
in interfaceorg.jenkinsci.plugins.workflow.flow.GraphListener
- Parameters:
fn
- flow node
-
-