| java.lang.Object | |
| ↳ | com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel2 |
Known Direct 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).
Convenience class for implementors of IssueTabPanel2.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Bridge method that delegates to the new
getActions(GetActionsRequest) method. | |||||||||||
Initialises this AbstractIssueTabPanel2's descriptor and calls the initialisation hook in the subclass.
| |||||||||||
Bridge method that delegates to the new
showPanel(ShowPanelRequest) method. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Subclasses of AbstractIssueTabPanel2 may implement this method in order to perform initialisation work.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.plugin.issuetabpanel.IssueTabPanel
| |||||||||||||||||
From interface
com.atlassian.jira.plugin.issuetabpanel.IssueTabPanel2
| |||||||||||||||||
Bridge method that delegates to the new getActions(GetActionsRequest) method.
| issue | The Issue. |
|---|---|
| remoteUser | The viewing user. |
Initialises this AbstractIssueTabPanel2's descriptor and calls the initialisation hook in the subclass.
| descriptor | an IssueTabPanelModuleDescriptor |
|---|
Bridge method that delegates to the new showPanel(ShowPanelRequest) method.
| issue | The Issue. |
|---|---|
| remoteUser | The viewing user. |
true if we should show this tab panel to the given User for the given Issue.
Subclasses of AbstractIssueTabPanel2 may implement this method in order to perform initialisation work.
