@PublicApi public final class SearcherGroup extends Object
SearcherGroupType
.Constructor and Description |
---|
SearcherGroup(SearcherGroupType type,
Collection<IssueSearcher<?>> searchers) |
Modifier and Type | Method and Description |
---|---|
List<IssueSearcher<?>> |
getSearchers() |
String |
getTitleKey() |
SearcherGroupType |
getType() |
boolean |
isPrintHeader() |
boolean |
isShown(ApplicationUser searcher,
SearchContext searchContext) |
String |
toString() |
public SearcherGroup(SearcherGroupType type, Collection<IssueSearcher<?>> searchers)
public String getTitleKey()
public List<IssueSearcher<?>> getSearchers()
public boolean isPrintHeader()
public SearcherGroupType getType()
public boolean isShown(ApplicationUser searcher, SearchContext searchContext)
Copyright © 2002-2019 Atlassian. All Rights Reserved.