Uses of Interface
com.atlassian.jira.plugin.issuetabpanel.IssueAction

Packages that use IssueAction
com.atlassian.jira.dev.reference.plugin.tabpanels   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.plugin.issuetabpanel   
 

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 IssueAction
 List<IssueAction> ReferenceIssueTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 

Uses of IssueAction in com.atlassian.jira.issue.tabpanels
 

Classes in com.atlassian.jira.issue.tabpanels that implement IssueAction
 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
           
 

Methods in com.atlassian.jira.issue.tabpanels that return types with arguments of type IssueAction
 List<IssueAction> CommentTabPanel.getActions(GetActionsRequest request)
           
 List<IssueAction> WorklogTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 List<IssueAction> ChangeHistoryTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 

Uses of IssueAction in com.atlassian.jira.plugin.issuetabpanel
 

Classes in com.atlassian.jira.plugin.issuetabpanel that implement IssueAction
 class AbstractIssueAction
           
 

Methods in com.atlassian.jira.plugin.issuetabpanel that return types with arguments of type IssueAction
 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> IssueTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Return a list of issue actions in the order that you want them to be displayed.
 List<IssueAction> AbstractIssueTabPanel2.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Bridge method that delegates to the new IssueTabPanel2.getActions(GetActionsRequest) method.
 List<IssueAction> IssueTabPanelInvokerImpl.invokeGetActions(GetActionsRequest request, IssueTabPanelModuleDescriptor descriptor)
           
 List<IssueAction> IssueTabPanelInvoker.invokeGetActions(GetActionsRequest request, IssueTabPanelModuleDescriptor descriptor)
          Calls the getActions method on the IssueTabPanel.
 

Methods in com.atlassian.jira.plugin.issuetabpanel with parameters of type IssueAction
static GetActionsReply GetActionsReply.create(IssueAction... actions)
          Creates a new GetActionsReply containing the provided actions.
 

Method parameters in com.atlassian.jira.plugin.issuetabpanel with type arguments of type IssueAction
static GetActionsReply GetActionsReply.create(Iterable<? extends IssueAction> actions)
          Creates a new GetActionsReply containing the provided actions.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.