Class DownstreamRunFilter
java.lang.Object
hudson.model.AbstractDescribableImpl<RunFilter>
org.jenkinsci.plugins.runselector.RunFilter
org.jenkinsci.plugins.runselector.filters.DownstreamRunFilter
- All Implemented Interfaces:
ExtensionPoint,Describable<RunFilter>
Select a build which is a downstream of a specified build.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionDownstreamRunFilter(String upstreamProjectName, String upstreamBuildNumber) Constructor. -
Method Summary
Methods inherited from class org.jenkinsci.plugins.runselector.RunFilter
all, allWithNoRunFilter, getDescriptor, getDisplayName
-
Constructor Details
-
Method Details
-
getUpstreamProjectName
- Returns:
- upstream project name. May include variable expression.
-
getUpstreamBuildNumber
- Returns:
- upstream build number. May include variable expression.
-
isSelectable
- Overrides:
isSelectablein classRunFilter- Parameters:
run- the build to checkcontext- the context of current runselector execution.- Returns:
- whether this build can be selected.
-