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 CVSAction
           
 class GenericMessageAction
          A simple action that can be used to display generic messages.
 class WorklogAction
           
 

Methods in com.atlassian.jira.issue.tabpanels that return types with arguments of type IssueAction
 List<IssueAction> CVSTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project
 List<IssueAction> WorklogTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 List<IssueAction> CommentTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 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> IssueTabPanelModuleDescriptorImpl.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 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> IssueTabPanelModuleDescriptor.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 List<IssueAction> AbstractIssueTabPanel2.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Bridge method that delegates to the new IssueTabPanel2.getActions(GetActionsRequest) method.
 

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

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 multiple actions.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.