Interface | Description |
---|---|
IssueSearcher<T extends SearchableField> |
The interface defines an object responsible for all search related activities in the Issue Navigator.
|
Class | Description |
---|---|
IssueSearcherPanelMap |
Given an
IssueSearcher class, returns information about the
corresponding panel on the view issue page. |
MockCustomFieldSearcher |
Simple implementation of
CustomFieldSearcher . |
MockIssueSearcher<T extends SearchableField> |
A simple mock implementation of the
IssueSearcher interface for
testsing. |
MockSystemSearcher |
An implementation an IssueSearcher for testing.
|
SearcherComparatorFactory |
Static Factory that can provide a Searcher Comparator for a given SearcherGroupType.
|
SearcherGroup |
A group of searchers related by their
SearcherGroupType . |
Enum | Description |
---|---|
IssueSearcherPanelMap.Panel | |
SearcherGroupType |
Represents the type of a
SearcherGroup . |
Copyright © 2002-2019 Atlassian. All Rights Reserved.