public class MultiBranchCategoryFilter extends ViewJobFilter
ViewJobFilter that filters the children of a OrganizationFolder based on a
SCMSourceCategory.
Designed for programmatic construction only. Not designed for user instantiation, hence no Descriptor.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
MultiBranchCategoryFilter(jenkins.scm.api.SCMSourceCategory category)
Our constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopLevelItem> |
filter(List<TopLevelItem> added,
List<TopLevelItem> all,
View filteringView) |
all, getDescriptorpublic MultiBranchCategoryFilter(jenkins.scm.api.SCMSourceCategory 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.