Package | Description |
---|---|
com.atlassian.jira.dev.reference.plugin.tabpanels | |
com.atlassian.jira.issue.tabpanels | |
com.atlassian.jira.plugin.issuetabpanel |
Modifier and Type | Method and Description |
---|---|
List<IssueAction> |
ReferenceIssueTabPanel.getActions(Issue issue,
ApplicationUser remoteUser) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeHistoryAction
This class is the wrapper around the ChangeHistory object and is used when displaying change history in the View
Issue page, on the 'Change History' tab panel.
|
class |
CommentAction
This class is the wrapper around the comment object and is used when displaying comments in the View Issue page,
on the 'Comment' issue tab panel.
|
class |
GenericMessageAction
A simple action that can be used to display generic messages.
|
class |
IssueCreatedAction
This class is used when displaying change history in the View
Issue page, on the 'Change History' tab panel.
|
class |
WorklogAction |
Modifier and Type | Method and Description |
---|---|
List<IssueAction> |
CommentTabPanel.getActions(GetActionsRequest request) |
List<IssueAction> |
ChangeHistoryTabPanel.getActions(Issue issue,
ApplicationUser remoteUser) |
List<IssueAction> |
WorklogTabPanel.getActions(Issue issue,
ApplicationUser remoteUser) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIssueAction |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<IssueAction> |
GetActionsReply.actions() |
List<IssueAction> |
IssueTabPanel3Adaptor.getActions(GetActionsRequest request) |
List<IssueAction> |
IssueTabPanel3.getActions(GetActionsRequest request)
Returns a list of issue actions in the order that you want them to be displayed.
|
List<IssueAction> |
AbstractIssueTabPanel2.getActions(Issue issue,
ApplicationUser remoteUser)
Bridge method that delegates to the new
IssueTabPanel2.getActions(GetActionsRequest) method. |
List<IssueAction> |
IssueTabPanel.getActions(Issue issue,
ApplicationUser remoteUser)
Return a list of issue actions in the order that you want them to be displayed.
|
List<IssueAction> |
IssueTabPanelInvokerImpl.invokeGetActions(GetActionsRequest request,
IssueTabPanelModuleDescriptor descriptor) |
List<IssueAction> |
IssueTabPanelInvoker.invokeGetActions(GetActionsRequest request,
IssueTabPanelModuleDescriptor descriptor)
Calls the
getActions method on the IssueTabPanel. |
Modifier and Type | Method and Description |
---|---|
static GetActionsReply |
GetActionsReply.create(IssueAction... actions)
Creates a new GetActionsReply containing the provided actions.
|
Modifier and Type | Method and Description |
---|---|
static GetActionsReply |
GetActionsReply.create(Iterable<? extends IssueAction> actions)
Creates a new GetActionsReply containing the provided actions.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.