Package jenkins.branch
Class MultiBranchCategoryFilter
java.lang.Object
hudson.views.ViewJobFilter
jenkins.branch.MultiBranchCategoryFilter
- All Implemented Interfaces:
ExtensionPoint
,Describable<ViewJobFilter>
A
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
.- Since:
- 2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionMultiBranchCategoryFilter
(jenkins.scm.api.SCMSourceCategory category) Our constructor. -
Method Summary
Modifier and TypeMethodDescriptionfilter
(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView) Methods inherited from class hudson.views.ViewJobFilter
all, getDescriptor
-
Constructor Details
-
MultiBranchCategoryFilter
public MultiBranchCategoryFilter(jenkins.scm.api.SCMSourceCategory category) Our constructor.- Parameters:
category
- the category.
-
-
Method Details
-
filter
public List<TopLevelItem> filter(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView) - Specified by:
filter
in classViewJobFilter
-