Modifier and Type | Method and Description |
---|---|
SearcherGroupType |
SearcherGroup.getType() |
static SearcherGroupType |
SearcherGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearcherGroupType[] |
SearcherGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Comparator<IssueSearcher<?>> |
SearcherComparatorFactory.getSearcherComparator(SearcherGroupType searcherGroupType) |
Constructor and Description |
---|
SearcherGroup(SearcherGroupType type,
Collection<IssueSearcher<?>> searchers) |
Modifier and Type | Method and Description |
---|---|
SearcherGroupType |
GenericSearcherInformation.getSearcherGroupType() |
SearcherGroupType |
SearcherInformation.getSearcherGroupType()
The searcher group the searcher should be placed in.
|
Constructor and Description |
---|
GenericSearcherInformation(String id,
String nameKey,
List<Class<? extends FieldIndexer>> indexers,
AtomicReference<T> fieldReference,
SearcherGroupType searcherGroupType) |
Modifier and Type | Method and Description |
---|---|
SearcherGroupType |
MockSearcherInformation.getSearcherGroupType() |
Modifier and Type | Method and Description |
---|---|
void |
MockSearcherInformation.setSearcherGroupType(SearcherGroupType searcherGroupType) |
Constructor and Description |
---|
MockSearcherInformation(String id,
String nameKey,
String name,
T field,
List<FieldIndexer> indexers,
SearcherGroupType searcherGroup) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.