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)
IssueTabPanelInvoker
showPanel
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 IssueTabPanelInvoker
request
- a ShowPanelRequestdescriptor
- the tab panel's module descriptorpublic List<IssueAction> invokeGetActions(GetActionsRequest request, IssueTabPanelModuleDescriptor descriptor)
IssueTabPanelInvoker
getActions
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 IssueTabPanelInvoker
request
- a GetActionsRequestdescriptor
- the tab panel's module descriptorCopyright © 2002-2016 Atlassian. All Rights Reserved.