Package hudson.views
Class UnclassifiedJobsFilter
java.lang.Object
hudson.views.ViewJobFilter
hudson.views.AbstractIncludeExcludeJobFilter
hudson.views.UnclassifiedJobsFilter
- All Implemented Interfaces:
ExtensionPoint
,Describable<ViewJobFilter>
Returns all jobs that don't show up in other jobs, not counting any "all jobs" views
and views that contain UnclassifiedJobsFilters.
- Author:
- jacob
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.views.AbstractIncludeExcludeJobFilter
AbstractIncludeExcludeJobFilter.IncludeExcludeType
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doFilter
(List<TopLevelItem> filtered, List<TopLevelItem> all, View filteringView) Methods inherited from class hudson.views.AbstractIncludeExcludeJobFilter
exclude, filter, filterItem, getIncludeExcludeTypeString, include, isExcludeMatched, isExcludeUnmatched, isIncludeMatched, isIncludeUnmatched, matches
Methods inherited from class hudson.views.ViewJobFilter
all, getDescriptor
-
Constructor Details
-
UnclassifiedJobsFilter
-
-
Method Details
-
doFilter
- Overrides:
doFilter
in classAbstractIncludeExcludeJobFilter
-