com.atlassian.jira.issue.tabpanels
Class CVSTabPanel

java.lang.Object
  extended bycom.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
      extended bycom.atlassian.jira.issue.tabpanels.CVSTabPanel
All Implemented Interfaces:
IssueTabPanel

public class CVSTabPanel
extends AbstractIssueTabPanel


Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
descriptor
 
Constructor Summary
CVSTabPanel(RepositoryManager repositoryManager, PermissionManager permissionManager)
           
 
Method Summary
 List getActions(Issue issue, User remoteUser)
          Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project
 boolean showPanel(Issue issue, User remoteUser)
          Whether or not to show this tab panel for the given issue.
 
Methods inherited from class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSTabPanel

public CVSTabPanel(RepositoryManager repositoryManager,
                   PermissionManager permissionManager)
Method Detail

getActions

public List getActions(Issue issue,
                       User remoteUser)
Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project

Parameters:
issue -
remoteUser -
Returns:
A List of IssueAction objects.

showPanel

public boolean showPanel(Issue issue,
                         User remoteUser)
Description copied from interface: IssueTabPanel
Whether or not to show this tab panel for the given issue.



Copyright © 2002-2007 Atlassian. All Rights Reserved.