Class ParametersRunFilter
java.lang.Object
hudson.model.AbstractDescribableImpl<RunFilter>
org.jenkinsci.plugins.runselector.RunFilter
org.jenkinsci.plugins.runselector.filters.ParametersRunFilter
- All Implemented Interfaces:
ExtensionPoint,Describable<RunFilter>
Filter to find builds matching particular parameters.
- Author:
- Alan Harder
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name for this filters.booleanisSelectable(Run<?, ?> run, RunSelectorContext context) Methods inherited from class org.jenkinsci.plugins.runselector.RunFilter
all, allWithNoRunFilter, getDescriptor
-
Constructor Details
-
ParametersRunFilter
- Parameters:
paramsToMatch- comma-separated list of pairs of parameters and values to match
-
-
Method Details
-
getParamsToMatch
- Returns:
- comma-separated list of pairs of parameters and values to match
-
isSelectable
- Overrides:
isSelectablein classRunFilter- Parameters:
run- the build to checkcontext- the context of current runselector execution.- Returns:
- whether this build can be selected.
-
getDisplayName
Description copied from class:RunFilterReturns the display name for this filters. You can override this to output configurations of this filters in verbose logs.- Overrides:
getDisplayNamein classRunFilter- Returns:
- the display name for this filters.
-