Class CoreDBF
- java.lang.Object
-
- com.sonyericsson.jenkins.plugins.bfa.model.dbf.DownstreamBuildFinder
-
- com.sonyericsson.jenkins.plugins.bfa.model.dbf.CoreDBF
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class CoreDBF extends DownstreamBuildFinder
Basic implementation to get downstream builds from Jenkins using core functionality.- Author:
- Jan-Olof Sivtoft
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class com.sonyericsson.jenkins.plugins.bfa.model.dbf.DownstreamBuildFinder
EMPTY
-
-
Constructor Summary
Constructors Constructor Description CoreDBF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Run<?,?>>
getDownstreamBuilds(Run build)
Return a list of all downstream builds originating from provided build.-
Methods inherited from class com.sonyericsson.jenkins.plugins.bfa.model.dbf.DownstreamBuildFinder
getAll, getDownstreamBuilds
-
-
-
-
Method Detail
-
getDownstreamBuilds
public List<Run<?,?>> getDownstreamBuilds(Run build)
Return a list of all downstream builds originating from provided build. Using core functionality to retrieve build(s).- Overrides:
getDownstreamBuilds
in classDownstreamBuildFinder
- Parameters:
build
- get the downstream build(s) relative this build- Returns:
- alist with downstream builds
-
-