Class IssueTabPanelInvokerImpl

java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.IssueTabPanelInvokerImpl
All Implemented Interfaces:
IssueTabPanelInvoker

public final class IssueTabPanelInvokerImpl extends Object implements IssueTabPanelInvoker
This class is used to safely invoke methods in the IssueTabPanel and IssueTabPanel2 interfaces. When any of the invoked methods throws an exception, this invoker will just log the exception and instead return an action that will display a pretty error, so as not to kill the whole "Activity" block on the view issue page.
Since:
v5.0