Uses of Interface
hudson.search.SearchIndex

Packages that use SearchIndex
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.search QuickSilver-like search/jump capability for better navigation around the website. 
 

Uses of SearchIndex in hudson.model
 

Methods in hudson.model that return SearchIndex
 SearchIndex AbstractModelObject.getSearchIndex()
           
 

Uses of SearchIndex in hudson.search
 

Classes in hudson.search that implement SearchIndex
 class CollectionSearchIndex<SMT extends SearchableModelObject>
          SearchIndex built on a Map.
 class FixedSet
          Set of SearchItems that are statically known upfront.
 class UnionSearchIndex
          Union of two sets.
 

Fields in hudson.search declared as SearchIndex
static SearchIndex SearchIndex.EMPTY
          Empty set.
 

Methods in hudson.search that return SearchIndex
static SearchIndex UnionSearchIndex.combine(SearchIndex... sets)
           
 SearchIndex SearchItem.getSearchIndex()
          Returns the SearchIndex to further search sub items inside this item.
 SearchIndex SearchIndexBuilder.make()
           
 

Methods in hudson.search with parameters of type SearchIndex
 SearchIndexBuilder SearchIndexBuilder.add(SearchIndex index)
           
static SearchIndex UnionSearchIndex.combine(SearchIndex... sets)
           
static SearchItem SearchItems.create(String searchName, String url, SearchIndex children)
           
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
static List<SuggestedItem> Search.suggest(SearchIndex index, String tokenList)
           
 

Constructors in hudson.search with parameters of type SearchIndex
UnionSearchIndex(SearchIndex lhs, SearchIndex rhs)
           
 



Copyright © 2004-2013. All Rights Reserved.