Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SearchIndex |
AbstractModelObject.getSearchIndex() |
Modifier and Type | Class and Description |
---|---|
class |
CollectionSearchIndex<SMT extends SearchableModelObject>
SearchIndex built on a Map . |
class |
FixedSet
Set of
SearchItem s that are statically known upfront. |
class |
UnionSearchIndex
Union of two sets.
|
Modifier and Type | Field and Description |
---|---|
static SearchIndex |
SearchIndex.EMPTY
Empty set.
|
Modifier and Type | Method and Description |
---|---|
static SearchIndex |
UnionSearchIndex.combine(SearchIndex... sets) |
SearchIndex |
SearchItem.getSearchIndex()
Returns the
SearchIndex to further search sub items inside this item. |
SearchIndex |
SearchIndexBuilder.make() |
Modifier and Type | Method and Description |
---|---|
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)
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) |
Constructor and Description |
---|
UnionSearchIndex(SearchIndex lhs,
SearchIndex rhs) |
Copyright © 2014. All rights reserved.