| com.atlassian.jira.plugin.issuetabpanel.IssueTabPanel3 |
Known Indirect Subclasses
| |||||||||||||||||
@PublicSpi
Clients of @PublicSpi can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicSpi as per each product's API policy (clients should refer to each product's API policy for
the exact guarantee -- usually binary compatibility is guaranteed at least across minor versions).
@PublicSpi interfaces and classes are specifically designed to be implemented/extended by clients.
Hence, the guarantee of binary compatibility is different to that of @PublicApi elements (if an element
is both @PublicApi and @PublicSpi, both guarantees apply).
This is the SPI for the issue-tabpanel JIRA module type. Issue tab panels allow plugins to
display their content in the JIRA view issue screen. Examples of issue tab panels include the "Comment", "Work Log",
and the "Source" tabs.
This plugin type is documented online.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of issue actions in the order that you want them to be displayed.
| |||||||||||
Indicates whether this tab should be shown on a given issue.
| |||||||||||
Returns a list of issue actions in the order that you want them to be displayed.
This method will only be called if showPanel returned true for a given context.
The request parameter contains the user that is viewing the tab, information as to whether the tab
is being loaded using an AJAX request, and so on.
Note that for the 'all' tab, the returned actions will be displayed in order according to the value returned by
IssueAction.getTimePerformed().
| request | a GetActionsRequest |
|---|
Indicates whether this tab should be shown on a given issue.
| request | a ShowPanelRequest |
|---|
