Class ParameterizedTriggerDBF

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class ParameterizedTriggerDBF
    extends DownstreamBuildFinder
    Get downstream builds for the Parameterized Trigger Plugin. We want to avoid having dependencies to other plugins thus using reflection.
    Author:
    Jan-Olof Sivtoft
    • Constructor Detail

      • ParameterizedTriggerDBF

        public ParameterizedTriggerDBF()
    • Method Detail

      • getDownstreamBuilds

        public List<Run<?,​?>> getDownstreamBuilds​(Run build)
        Return a list of all downstream builds originating from provided build. Getting build originating from the usage of the parameterized trigger plugin.
        Overrides:
        getDownstreamBuilds in class DownstreamBuildFinder
        Parameters:
        build - get the downstream build(s) relative this build
        Returns:
        a list with downstream builds