public class MultiBranchCategoryFilter
extends hudson.views.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
.Constructor and Description |
---|
MultiBranchCategoryFilter(jenkins.scm.api.SCMSourceCategory category)
Our constructor.
|
Modifier and Type | Method and Description |
---|---|
List<hudson.model.TopLevelItem> |
filter(List<hudson.model.TopLevelItem> added,
List<hudson.model.TopLevelItem> all,
hudson.model.View filteringView) |
Copyright © 2016–2017. All rights reserved.