public abstract class DownstreamBuildFinder extends Object implements hudson.ExtensionPoint
getDownstreamBuilds(hudson.model.Run)
in a way suitable for the pluginModifier and Type | Field and Description |
---|---|
protected static List<hudson.model.Run<?,?>> |
EMPTY
No need to create a new empty list each time there is nothing to return.
|
Constructor and Description |
---|
DownstreamBuildFinder() |
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<DownstreamBuildFinder> |
getAll()
Return a list of all registered DownstreamBuildFinder of this type.
|
List<hudson.model.Run<?,?>> |
getDownstreamBuilds(hudson.model.AbstractBuild build)
Deprecated.
|
List<hudson.model.Run<?,?>> |
getDownstreamBuilds(hudson.model.Run build)
Return a list of all downstream builds originating from provided build.
|
protected static final List<hudson.model.Run<?,?>> EMPTY
@Deprecated public List<hudson.model.Run<?,?>> getDownstreamBuilds(hudson.model.AbstractBuild build)
getDownstreamBuilds(hudson.model.Run)
build
- get the downstream build(s) relative this buildpublic List<hudson.model.Run<?,?>> getDownstreamBuilds(hudson.model.Run build)
build
- get the downstream build(s) relative this buildpublic static hudson.ExtensionList<DownstreamBuildFinder> getAll()
Copyright © 2016–2020. All rights reserved.