Package | Description |
---|---|
com.atlassian.jira.issue.tabpanels | |
com.atlassian.jira.plugin.issuetabpanel |
Constructor and Description |
---|
ChangeHistoryAction(IssueTabPanelModuleDescriptor descriptor,
ChangeHistory changeHistory,
boolean showHeader,
AttachmentManager attachmentManager,
JiraDurationUtils jiraDurationUtils,
CustomFieldManager customFieldManager,
DateTimeFormatter formatter,
Issue issue,
DateTimeFieldChangeLogHelper changeLogHelper,
HistoryMetadata historyMetadata,
HistoryMetadataRenderHelper historyMetadataRenderHelper) |
CommentAction(IssueTabPanelModuleDescriptor descriptor,
Comment comment,
boolean canEditComment,
boolean canDeleteComment,
boolean canReact,
boolean commentReactionsEnabled,
boolean isCollapsed,
RendererManager rendererManager,
FieldLayoutManager fieldLayoutManager,
DateTimeFormatter dateTimeFormatter,
CommentFieldRenderer commentFieldRenderer,
CommentPropertyService commentPropertyService,
JiraAuthenticationContext jiraAuthenticationContext) |
IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor,
DateTimeFormatter formatter,
UserFormatManager userFormatManager,
I18nHelper i18nHelper,
AvatarService avatarService,
JiraAuthenticationContext authenticationContext,
Issue issue) |
WorklogAction(IssueTabPanelModuleDescriptor descriptor,
Worklog worklog,
JiraDurationUtils jiraDurationUtils,
boolean canEditWorklog,
boolean canDeleteWorklog,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
Locale locale,
UserFormats userFormats) |
Modifier and Type | Class and Description |
---|---|
class |
IssueTabPanelModuleDescriptorImpl
An issue tab panel plugin adds extra panel tabs to JIRA's View Issue page.
|
Modifier and Type | Field and Description |
---|---|
protected IssueTabPanelModuleDescriptor |
AbstractIssueAction.descriptor |
protected IssueTabPanelModuleDescriptor |
AbstractIssueTabPanel3.descriptor |
protected IssueTabPanelModuleDescriptor |
AbstractIssueTabPanel.descriptor |
Modifier and Type | Method and Description |
---|---|
protected IssueTabPanelModuleDescriptor |
AbstractIssueTabPanel2.descriptor() |
Modifier and Type | Method and Description |
---|---|
void |
IssueTabPanel3Adaptor.init(IssueTabPanelModuleDescriptor descriptor) |
void |
AbstractIssueTabPanel2.init(IssueTabPanelModuleDescriptor descriptor)
Initialises this AbstractIssueTabPanel2's descriptor and calls the initialisation hook in the subclass.
|
void |
AbstractIssueTabPanel3.init(IssueTabPanelModuleDescriptor descriptor) |
void |
IssueTabPanel.init(IssueTabPanelModuleDescriptor descriptor) |
void |
AbstractIssueTabPanel.init(IssueTabPanelModuleDescriptor descriptor) |
void |
IssueTabPanel3.init(IssueTabPanelModuleDescriptor descriptor) |
List<IssueAction> |
IssueTabPanelInvoker.invokeGetActions(GetActionsRequest request,
IssueTabPanelModuleDescriptor descriptor)
Calls the
getActions method on the IssueTabPanel. |
List<IssueAction> |
IssueTabPanelInvokerImpl.invokeGetActions(GetActionsRequest request,
IssueTabPanelModuleDescriptor descriptor) |
boolean |
IssueTabPanelInvoker.invokeShowPanel(ShowPanelRequest request,
IssueTabPanelModuleDescriptor descriptor)
Calls the
showPanel method in the IssueTabPanel. |
boolean |
IssueTabPanelInvokerImpl.invokeShowPanel(ShowPanelRequest request,
IssueTabPanelModuleDescriptor descriptor) |
Constructor and Description |
---|
AbstractIssueAction(IssueTabPanelModuleDescriptor descriptor) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.