Uses of Interface
com.atlassian.jira.plugin.issuetabpanel.IssueAction
Packages that use IssueAction
Package
Description
-
Uses of IssueAction in com.atlassian.jira.dev.reference.plugin.tabpanels
Methods in com.atlassian.jira.dev.reference.plugin.tabpanels that return types with arguments of type IssueActionModifier and TypeMethodDescriptionPaginatedReferenceIssueTabPanel.getActions(GetActionsRequest request) ReferenceIssueTabPanel.getActions(Issue issue, ApplicationUser remoteUser) -
Uses of IssueAction in com.atlassian.jira.issue.action
Fields in com.atlassian.jira.issue.action with type parameters of type IssueActionModifier and TypeFieldDescriptionstatic final Comparator<IssueAction>IssueActionComparator.NEWEST_FIRSTstatic final Comparator<IssueAction>IssueActionComparator.OLDEST_FIRSTMethods in com.atlassian.jira.issue.action with parameters of type IssueActionModifier and TypeMethodDescriptionintIssueActionComparator.compare(IssueAction o1, IssueAction o2) -
Uses of IssueAction in com.atlassian.jira.issue.tabpanels
Classes in com.atlassian.jira.issue.tabpanels that implement IssueActionModifier and TypeClassDescriptionclassThis 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.classThis 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.classA simple action that can be used to display generic messages.classThis class is used when displaying change history in the View Issue page, on the 'Change History' tab panel.classstatic classstatic classclassMethods in com.atlassian.jira.issue.tabpanels that return IssueActionModifier and TypeMethodDescriptionActionExpanderFactory.getNewerActionsExpander(IssueTabPanelModuleDescriptor panelModuleDescriptor, String issueKey, Date fromDate, TabPanelOrder order) ActionExpanderFactory.getOlderActionsExpander(IssueTabPanelModuleDescriptor panelModuleDescriptor, String issueKey, Date fromDate, TabPanelOrder order) Methods in com.atlassian.jira.issue.tabpanels that return types with arguments of type IssueActionModifier and TypeMethodDescriptionActionExpanderProvider.addExpanders(Page<IssueAction> page, GetActionsRequest request, TabPanelOrder order, IssueTabPanelModuleDescriptor descriptor) ActionExpanderProviderImpl.addExpanders(Page<IssueAction> page, GetActionsRequest request, TabPanelOrder order, IssueTabPanelModuleDescriptor descriptor) AllTabPanel.getActions(GetActionsRequest request) ChangeHistoryTabPanel.getActions(GetActionsRequest request) CommentTabPanel.getActions(GetActionsRequest request) WorklogTabPanel.getActions(GetActionsRequest request) Method parameters in com.atlassian.jira.issue.tabpanels with type arguments of type IssueActionModifier and TypeMethodDescriptionActionExpanderProvider.addExpanders(Page<IssueAction> page, GetActionsRequest request, TabPanelOrder order, IssueTabPanelModuleDescriptor descriptor) ActionExpanderProviderImpl.addExpanders(Page<IssueAction> page, GetActionsRequest request, TabPanelOrder order, IssueTabPanelModuleDescriptor descriptor) -
Uses of IssueAction in com.atlassian.jira.plugin.issuetabpanel
Classes in com.atlassian.jira.plugin.issuetabpanel that implement IssueActionMethods in com.atlassian.jira.plugin.issuetabpanel that return types with arguments of type IssueActionModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<IssueAction>GetActionsReply.actions()static Page<IssueAction>DefaultPage.empty()final List<IssueAction>AbstractIssueTabPanel2.getActions(Issue issue, ApplicationUser remoteUser) Bridge method that delegates to the newIssueTabPanel2.getActions(GetActionsRequest)method.IssueTabPanel.getActions(Issue issue, ApplicationUser remoteUser) Return a list of issue actions in the order that you want them to be displayed.IssueTabPanel3.getActions(GetActionsRequest request) Returns a list of issue actions in the order that you want them to be displayed.IssueTabPanel3Adaptor.getActions(GetActionsRequest request) PaginatedIssueTabPanel.getActions(GetActionsRequest request) Returns a sorted list of issue actions wrapped in a Page object.PaginatedIssueTabPanelAdaptor.getActions(GetActionsRequest request) IssueTabPanelInvoker.invokeGetActions(GetActionsRequest request, IssueTabPanelModuleDescriptor descriptor) Calls thegetActionsmethod on the IssueTabPanel.IssueTabPanelInvokerImpl.invokeGetActions(GetActionsRequest request, IssueTabPanelModuleDescriptor descriptor) Methods in com.atlassian.jira.plugin.issuetabpanel with parameters of type IssueActionModifier and TypeMethodDescriptionstatic GetActionsReplyGetActionsReply.create(IssueAction... actions) Creates a new GetActionsReply containing the provided actions.Method parameters in com.atlassian.jira.plugin.issuetabpanel with type arguments of type IssueActionModifier and TypeMethodDescriptionstatic GetActionsReplyGetActionsReply.create(Iterable<? extends IssueAction> actions) Creates a new GetActionsReply containing the provided actions.