Package com.atlassian.jira.issue.search.searchers
package com.atlassian.jira.issue.search.searchers
-
ClassDescriptionIssueSearcher<T extends SearchableField>The interface defines an object responsible for all search related activities in the Issue Navigator.Given an
IssueSearcher
class, returns information about the corresponding panel on the view issue page.Simple implementation ofCustomFieldSearcher
.MockIssueSearcher<T extends SearchableField>A simple mock implementation of theIssueSearcher
interface for testsing.An implementation an IssueSearcher for testing.Static Factory that can provide a Searcher Comparator for a given SearcherGroupType.A group of searchers related by theirSearcherGroupType
.Represents the type of aSearcherGroup
.