hudson.plugins.favorite.filter
Class FavoriteFilter

java.lang.Object
  extended by hudson.views.ViewJobFilter
      extended by hudson.plugins.favorite.filter.FavoriteFilter
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ViewJobFilter>

public class FavoriteFilter
extends hudson.views.ViewJobFilter


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
FavoriteFilter()
           
 
Method Summary
 List<hudson.model.TopLevelItem> filter(List<hudson.model.TopLevelItem> added, List<hudson.model.TopLevelItem> all, hudson.model.View filteringView)
           
 
Methods inherited from class hudson.views.ViewJobFilter
all, getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FavoriteFilter

@DataBoundConstructor
public FavoriteFilter()
Method Detail

filter

public List<hudson.model.TopLevelItem> filter(List<hudson.model.TopLevelItem> added,
                                              List<hudson.model.TopLevelItem> all,
                                              hudson.model.View filteringView)
Specified by:
filter in class hudson.views.ViewJobFilter


Copyright © 2004-2012. All Rights Reserved.