Class ShowPanelRequest
java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.ShowPanelRequest
Request object used in the
IssueTabPanel2 SPI.- Since:
- v5.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShowPanelRequest
-
-
Method Details
-
issue
- Returns:
- the Issue on which the panel will be displayed
-
remoteUser
- Returns:
- the User that is viewing the page, or null for an anonymous user
-
isAnonymous
public boolean isAnonymous()- Returns:
- true iff the user that is viewing the page is anonymous (i.e. not logged in)
-