Class ReferenceIssueTabPanel
java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
com.atlassian.jira.dev.reference.plugin.tabpanels.ReferenceIssueTabPanel
- All Implemented Interfaces:
IssueTabPanel
Describes a simple reference
IssueTabPanel that displays a
short text message on a tab in the view issue page.- Since:
- v4.3
-
Field Summary
Fields inherited from class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
descriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActions(Issue issue, ApplicationUser remoteUser) Return a list of issue actions in the order that you want them to be displayed.booleanshowPanel(Issue issue, ApplicationUser remoteUser) This panel will be shown to all users for all issues.Methods inherited from class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
init
-
Constructor Details
-
ReferenceIssueTabPanel
public ReferenceIssueTabPanel()
-
-
Method Details
-
getActions
Description copied from interface:IssueTabPanelReturn a list of issue actions in the order that you want them to be displayed.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.
- Parameters:
issue- The Issue that the objects belong to.remoteUser- The user viewing this tab.- Returns:
- A List of
IssueActionobjects.
-
showPanel
This panel will be shown to all users for all issues.- Parameters:
issue- The Issue.remoteUser- The viewing user.- Returns:
- true; for all issues and users.
-