|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel2
@PublicSpi public abstract class AbstractIssueTabPanel2
Convenience class for implementors of IssueTabPanel2.
| Constructor Summary | |
|---|---|
AbstractIssueTabPanel2()
|
|
| Method Summary | |
|---|---|
protected IssueTabPanelModuleDescriptor |
descriptor()
|
List<IssueAction> |
getActions(Issue issue,
com.atlassian.crowd.embedded.api.User 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,
com.atlassian.crowd.embedded.api.User remoteUser)
Bridge method that delegates to the new IssueTabPanel2.showPanel(ShowPanelRequest) method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.plugin.issuetabpanel.IssueTabPanel2 |
|---|
getActions, showPanel |
| Constructor Detail |
|---|
public AbstractIssueTabPanel2()
| Method Detail |
|---|
public final void init(IssueTabPanelModuleDescriptor descriptor)
init in interface IssueTabPaneldescriptor - an IssueTabPanelModuleDescriptor
public final boolean showPanel(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
IssueTabPanel2.showPanel(ShowPanelRequest) method.
showPanel in interface IssueTabPanelissue - 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,
com.atlassian.crowd.embedded.api.User remoteUser)
IssueTabPanel2.getActions(GetActionsRequest) method.
getActions in interface IssueTabPanelissue - The Issue.remoteUser - The viewing user.
protected final IssueTabPanelModuleDescriptor descriptor()
protected void init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||