Modifier and Type | Class and Description |
---|---|
static class |
OrRunFilter.DescriptorImpl
the descriptor for
OrRunFilter |
Constructor and Description |
---|
OrRunFilter(List<RunFilter> runFilterList) |
OrRunFilter(RunFilter... runFilters)
Convenient constructor.
|
Modifier and Type | Method and Description |
---|---|
List<RunFilter> |
getRunFilterList() |
boolean |
isSelectable(hudson.model.Run<?,?> candidate,
RunSelectorContext context) |
all, allWithNoRunFilter, getDescriptor, getDisplayName
@DataBoundConstructor public OrRunFilter(@Nonnull List<RunFilter> runFilterList)
runFilterList
- run filter to disjunctpublic boolean isSelectable(hudson.model.Run<?,?> candidate, RunSelectorContext context)
isSelectable
in class RunFilter
candidate
- the build to checkcontext
- the context of current runselector execution.Copyright © 2016–2020. All rights reserved.