com.atlassian.jira.issue.tabpanels
Class CVSAction
java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
com.atlassian.jira.issue.tabpanels.CVSAction
- All Implemented Interfaces:
- IssueAction
public class CVSAction
- extends AbstractIssueAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVSAction
public CVSAction(IssueTabPanelModuleDescriptor descriptor,
CVSCommit commit)
getTimePerformed
public Date getTimePerformed()
- Description copied from interface:
IssueAction
- This is used to sort between IssueAction objects on the 'All' tab.
- Specified by:
getTimePerformed
in interface IssueAction
- Specified by:
getTimePerformed
in class AbstractIssueAction
- Returns:
- timestamp of when the issue action was created, or throw
UnsupportedOperationException
if there
is no timestamp (say for generic messages) - See Also:
IssueActionComparator
populateVelocityParams
protected void populateVelocityParams(Map params)
- Specified by:
populateVelocityParams
in class AbstractIssueAction
getUsername
public String getUsername()
getUser
public User getUser()
getFullName
public String getFullName()
getComment
public String getComment()
getRevisions
public Collection getRevisions()
getRepositoryName
public String getRepositoryName()
getBranchName
public String getBranchName()
hasRepositoryViewer
public boolean hasRepositoryViewer()
getFileLink
public String getFileLink(String filePath)
getRevisionLink
public String getRevisionLink(String filePath,
String revision)
getDiffLink
public String getDiffLink(String filePath,
String revision)
Copyright © 2002-2011 Atlassian. All Rights Reserved.