Class ParameterizedTriggerDBF

java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.model.dbf.DownstreamBuildFinder
com.sonyericsson.jenkins.plugins.bfa.model.dbf.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 Details

    • ParameterizedTriggerDBF

      public ParameterizedTriggerDBF()
  • Method Details

    • 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