public class IssueSearcherPanelMap extends Object
IssueSearcher
class, returns information about the
corresponding panel on the view issue page. AssigneeSearcher
, for
example, maps to IssueSearcherPanelMap.Panel.PEOPLE
.Modifier and Type | Class and Description |
---|---|
static class |
IssueSearcherPanelMap.Panel |
Constructor and Description |
---|
IssueSearcherPanelMap() |
public static IssueSearcherPanelMap.Panel getPanel(Class<? extends IssueSearcher> issueSearcherClass)
issueSearcherClass
- The IssueSearcher
class; must not be null
.Panel
to which the class belongs.Copyright © 2002-2015 Atlassian. All Rights Reserved.