java.lang.Object |
↳ |
com.atlassian.jira.issue.search.searchers.IssueSearcherPanelMap |
Class Overview
Given an IssueSearcher
class, returns information about the
corresponding panel on the view issue page. AssigneeSearcher
, for
example, maps to IssueSearcherPanelMap.Panel.PEOPLE
.
Summary
Nested Classes |
enum |
IssueSearcherPanelMap.Panel |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
IssueSearcherPanelMap
()
Public Methods
Parameters
issueSearcherClass
| The IssueSearcher class; must not be null . |
Returns
- The
Panel
to which the class belongs.