| Modifier and Type | Class and Description |
|---|---|
static class |
ParametersRunFilter.DescriptorImpl |
| Constructor and Description |
|---|
ParametersRunFilter(String paramsToMatch) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Returns the display name for this filters.
|
String |
getParamsToMatch() |
boolean |
isSelectable(hudson.model.Run<?,?> run,
RunSelectorContext context) |
all, allWithNoRunFilter, getDescriptor@DataBoundConstructor public ParametersRunFilter(String paramsToMatch)
paramsToMatch - comma-separated list of pairs of parameters and values to matchpublic String getParamsToMatch()
public boolean isSelectable(@Nonnull hudson.model.Run<?,?> run, @Nonnull RunSelectorContext context)
isSelectable in class RunFilterrun - the build to checkcontext - the context of current runselector execution.public String getDisplayName()
RunFiltergetDisplayName in class RunFilterCopyright © 2016–2020. All rights reserved.