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,
ApplicationUser remoteUser)
Return a list of issue actions in the order that you want them to be displayed.
|
boolean |
showPanel(Issue issue,
ApplicationUser remoteUser)
This panel will be shown to all users for all issues.
|
initpublic List<IssueAction> getActions(Issue issue, ApplicationUser remoteUser)
IssueTabPanel Note that for the 'all' tab,
they will be displayed in order according to the value returned by IssueAction.getTimePerformed().
The user that is viewing the tab can affect which objects are shown, as well as which operations are available on each.
issue - The Issue that the objects belong to.remoteUser - The user viewing this tab.IssueAction objects.public boolean showPanel(Issue issue, ApplicationUser remoteUser)
issue - The Issue.remoteUser - The viewing user.Copyright © 2002-2017 Atlassian. All Rights Reserved.