Class 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 Detail

      • DownstreamJobListener

        public DownstreamJobListener()