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 RunFilter
run
- the build to checkcontext
- the context of current runselector execution.public String getDisplayName()
RunFilter
getDisplayName
in class RunFilter
Copyright © 2016–2020. All rights reserved.