com.atlassian.jira.issue.tabpanels
Class CVSTabPanel

java.lang.Object
  extended by com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
      extended by com.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<IssueAction> 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
 boolean showPanel(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Whether or not to show this tab panel to the given User 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<IssueAction> 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

Parameters:
issue - the issue to find the comments for.
remoteUser - the user asking for the commits.
Returns:
A List of IssueAction objects.

showPanel

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

Parameters:
issue - The Issue.
remoteUser - The viewing user.
Returns:
true if we should show this tab panel to the given User for the given Issue.


Copyright © 2002-2013 Atlassian. All Rights Reserved.