Modifier and Type | Class and Description |
---|---|
static class |
DisplayNameRunFilter.DescriptorImpl |
Constructor and Description |
---|
DisplayNameRunFilter(String runDisplayName) |
Modifier and Type | Method and Description |
---|---|
String |
getRunDisplayName() |
boolean |
isSelectable(hudson.model.Run<?,?> candidate,
RunSelectorContext context) |
all, allWithNoRunFilter, getDescriptor, getDisplayName
@DataBoundConstructor public DisplayNameRunFilter(String runDisplayName)
public boolean isSelectable(@Nonnull hudson.model.Run<?,?> candidate, @Nonnull RunSelectorContext context)
isSelectable
in class RunFilter
candidate
- the build to checkcontext
- the context of current runselector execution.Copyright © 2016–2020. All rights reserved.