Class DownstreamJobListener

java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
io.jenkins.blueocean.listeners.DownstreamJobListener
All Implemented Interfaces:
ExtensionPoint

@Extension public class DownstreamJobListener extends RunListener<Run<?,?>>
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.
  • Constructor Details

    • DownstreamJobListener

      public DownstreamJobListener()
  • Method Details