public final class IssueTabPanelInvokerImpl extends Object implements IssueTabPanelInvoker
| Constructor and Description |
|---|
IssueTabPanelInvokerImpl(I18nHelper.BeanFactory i18Factory,
JiraAuthenticationContext jiraAuthenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
List<IssueAction> |
invokeGetActions(GetActionsRequest request,
IssueTabPanelModuleDescriptor descriptor)
Calls the
getActions method on the IssueTabPanel. |
boolean |
invokeShowPanel(ShowPanelRequest request,
IssueTabPanelModuleDescriptor descriptor)
Calls the
showPanel method in the IssueTabPanel. |
public IssueTabPanelInvokerImpl(I18nHelper.BeanFactory i18Factory, JiraAuthenticationContext jiraAuthenticationContext)
public boolean invokeShowPanel(ShowPanelRequest request, IssueTabPanelModuleDescriptor descriptor)
IssueTabPanelInvokershowPanel method in the IssueTabPanel. If the showPanel implementation throws
any exceptions this method logs the exception and returns a reply containing true.invokeShowPanel in interface IssueTabPanelInvokerrequest - a ShowPanelRequestdescriptor - the tab panel's module descriptorpublic List<IssueAction> invokeGetActions(GetActionsRequest request, IssueTabPanelModuleDescriptor descriptor)
IssueTabPanelInvokergetActions method on the IssueTabPanel. If the getActions implementation
throws any exceptions then this method logs the exception and returns a reply containing a single action that
renders an error message..invokeGetActions in interface IssueTabPanelInvokerrequest - a GetActionsRequestdescriptor - the tab panel's module descriptorCopyright © 2002-2019 Atlassian. All Rights Reserved.