Uses of Interface
hudson.search.SearchIndex
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.QuickSilver-like search/jump capability for better navigation around Jenkins.
-
Uses of SearchIndex in hudson.model
-
Uses of SearchIndex in hudson.search
Modifier and TypeClassDescriptionclass
CollectionSearchIndex<SMT extends SearchableModelObject>
SearchIndex
built on aMap
.class
Set ofSearchItem
s that are statically known upfront.class
Union of two sets.Modifier and TypeMethodDescriptionstatic SearchIndex
UnionSearchIndex.combine
(SearchIndex... sets) SearchItem.getSearchIndex()
Returns theSearchIndex
to further search sub items inside this item.SearchIndexBuilder.make()
Modifier and TypeMethodDescriptionSearchIndexBuilder.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) Deprecated.static SuggestedItem
Search.find
(SearchIndex index, String query, SearchableModelObject searchContext) 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) Deprecated.static List<SuggestedItem>
Search.suggest
(SearchIndex index, String tokenList, SearchableModelObject searchContext)
Search.find(SearchIndex, String, SearchableModelObject)
instead.