public class ReferenceIssueTabPanel extends AbstractIssueTabPanel
IssueTabPanel that displays a
short text message on a tab in the view issue page.descriptor| Constructor and Description |
|---|
ReferenceIssueTabPanel() |
| Modifier and Type | Method and Description |
|---|---|
List<IssueAction> |
getActions(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
Return a list of issue actions in the order that you want them to be displayed.
|
boolean |
showPanel(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
This panel will be shown to all users for all issues.
|
initpublic List<IssueAction> getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
IssueTabPanel Note that for the 'all' tab,
they will be displayed in order according to the value returned by IssueAction.getTimePerformed()
issue - The Issue that the objects belong to.remoteUser - The user viewing this tab.IssueAction objects.public boolean showPanel(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
issue - The Issue.remoteUser - The viewing user.Copyright © 2002-2015 Atlassian. All Rights Reserved.