Package hudson.views
Class OtherViewsFilter
java.lang.Object
hudson.views.ViewJobFilter
hudson.views.AbstractIncludeExcludeJobFilter
hudson.views.OtherViewsFilter
- All Implemented Interfaces:
- ExtensionPoint,- Describable<ViewJobFilter>
TODO bug - deleting a view doesn't work - for now, this view just doesn't do any filtering
 TODO bug - renaming a view only works some of the time because if this filter isn't used between
                                the time the view was renamed and a save takes place, this filter won't know about
                                the rename.
- Author:
- jacob.robertson
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class hudson.views.AbstractIncludeExcludeJobFilterAbstractIncludeExcludeJobFilter.IncludeExcludeTypeNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoFilter(List<TopLevelItem> filtered, List<TopLevelItem> all, View filteringView) Methods inherited from class hudson.views.AbstractIncludeExcludeJobFilterexclude, filter, filterItem, getIncludeExcludeTypeString, include, isExcludeMatched, isExcludeUnmatched, isIncludeMatched, isIncludeUnmatched, matchesMethods inherited from class hudson.views.ViewJobFilterall, getDescriptor
- 
Constructor Details- 
OtherViewsFilter
 
- 
- 
Method Details- 
doFilter- Overrides:
- doFilterin class- AbstractIncludeExcludeJobFilter
 
- 
getOtherView
- 
getOtherViewName
 
-