Package hudson.search
QuickSilver-like search/jump capability for better navigation around Jenkins.
-
Interface Summary Interface Description SearchableModelObject ModelObject
that can be searched.SearchIndex Conceptually a set ofSearchItem
s that provide quick look-up from their names.SearchItem Represents an item reachable fromSearchIndex
.SearchResult -
Class Summary Class Description CollectionSearchIndex<SMT extends SearchableModelObject> SearchIndex
built on aMap
.FixedSet Set ofSearchItem
s that are statically known upfront.Messages Generated localization support class.Search Web-bound object that provides search/navigation capability.Search.Item Search.Result SearchFactory Creates aSearch
instance for aSearchableModelObject
.SearchIndexBuilder BuildsSearchIndex
.SearchItems SuggestedItem One item of a search result.UnionSearchIndex Union of two sets.UserSearchProperty UserSearchProperty.DescriptorImpl -
Annotation Types Summary Annotation Type Description QuickSilver Indicates aSearchItem
field/getter.