Package io.jenkins.blueocean.listeners
Class DownstreamJobListener
- All Implemented Interfaces:
ExtensionPoint
Listens to creation of jobs that are triggered by an upstream job, much like BuildTriggerListener from
pipeline-build-step. Unlike BuildTriggerListener, here we just add an action to the upstream job for later retrieval
rather than injecting information into its build log, in order to be a little more flexible at the cost of a bit more
work later to retrieve the details.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onCompleted, onDeleted, onFinalized, onInitialize, register, setUpEnvironment, unregister
-
Constructor Details
-
DownstreamJobListener
public DownstreamJobListener()
-
-
Method Details
-
onStarted
- Overrides:
onStarted
in classRunListener<Run<?,
?>>
-