|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |