@PublicSpi public abstract class AbstractIssueTabPanel2 extends Object implements IssueTabPanel2
IssueTabPanel2
.Constructor and Description |
---|
AbstractIssueTabPanel2() |
Modifier and Type | Method and Description |
---|---|
protected IssueTabPanelModuleDescriptor |
descriptor() |
List<IssueAction> |
getActions(Issue issue,
ApplicationUser remoteUser)
Bridge method that delegates to the new
IssueTabPanel2.getActions(GetActionsRequest) method. |
protected void |
init()
Subclasses of AbstractIssueTabPanel2 may implement this method in order to perform initialisation work.
|
void |
init(IssueTabPanelModuleDescriptor descriptor)
Initialises this AbstractIssueTabPanel2's descriptor and calls the initialisation hook in the subclass.
|
boolean |
showPanel(Issue issue,
ApplicationUser remoteUser)
Bridge method that delegates to the new
IssueTabPanel2.showPanel(ShowPanelRequest) method. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActions, showPanel
public final void init(IssueTabPanelModuleDescriptor descriptor)
init
in interface IssueTabPanel
descriptor
- an IssueTabPanelModuleDescriptorpublic final boolean showPanel(Issue issue, ApplicationUser remoteUser)
IssueTabPanel2.showPanel(ShowPanelRequest)
method.showPanel
in interface IssueTabPanel
issue
- The Issue.remoteUser
- The viewing user.true
if we should show this tab panel to the given User for the given Issue.public final List<IssueAction> getActions(Issue issue, ApplicationUser remoteUser)
IssueTabPanel2.getActions(GetActionsRequest)
method.getActions
in interface IssueTabPanel
issue
- The Issue.remoteUser
- The viewing user.protected final IssueTabPanelModuleDescriptor descriptor()
protected void init()
Copyright © 2002-2022 Atlassian. All Rights Reserved.