Uses of Class
hudson.search.SuggestedItem
-
Packages that use SuggestedItem Package Description hudson.search QuickSilver-like search/jump capability for better navigation around Jenkins. -
-
Uses of SuggestedItem in hudson.search
Methods in hudson.search that return SuggestedItem Modifier and Type Method Description static SuggestedItem
SuggestedItem. build(SearchableModelObject searchContext, SearchItem si)
Given a SearchItem, builds a SuggestedItem hierarchy by looking up parent items (if applicable).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.Methods in hudson.search that return types with arguments of type SuggestedItem Modifier and Type Method Description static List<SuggestedItem>
Search. suggest(SearchIndex index, String tokenList)
Deprecated.static List<SuggestedItem>
Search. suggest(SearchIndex index, String tokenList, SearchableModelObject searchContext)
Constructors in hudson.search with parameters of type SuggestedItem Constructor Description SuggestedItem(SuggestedItem parent, SearchItem item)
-