public class BranchCategoryFilter extends ViewJobFilter
ViewJobFilter that filters the children of a MultiBranchProject based on a SCMHeadCategory.
Designed for programmatic construction only. Not designed for user instantiation, hence no Descriptor.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
BranchCategoryFilter(jenkins.scm.api.SCMHeadCategory category)
Our constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopLevelItem> |
filter(List<TopLevelItem> added,
List<TopLevelItem> all,
View filteringView) |
all, getDescriptorpublic BranchCategoryFilter(@NonNull
jenkins.scm.api.SCMHeadCategory category)
category - the category.public List<TopLevelItem> filter(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView)
filter in class ViewJobFilterCopyright © 2016–2019. All rights reserved.