Uses of Class
hudson.search.SuggestedItem

Packages that use SuggestedItem
hudson.search QuickSilver-like search/jump capability for better navigation around the website. 
 

Uses of SuggestedItem in hudson.search
 

Methods in hudson.search that return SuggestedItem
static SuggestedItem Search.find(SearchIndex index, String query)
          Performs a search and returns the match, or null if no match was found or more than one match was found
 

Methods in hudson.search that return types with arguments of type SuggestedItem
static List<SuggestedItem> Search.suggest(SearchIndex index, String tokenList)
           
 

Constructors in hudson.search with parameters of type SuggestedItem
SuggestedItem(SuggestedItem parent, SearchItem item)
           
 



Copyright © 2004-2013. All Rights Reserved.