com.atlassian.jira.vcs.cvsimpl
Class CVSCommit
java.lang.Object
com.atlassian.jira.vcs.cvsimpl.CVSCommit
public class CVSCommit
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVSCommit
public CVSCommit(net.sf.statcvs.model.Commit commit,
Repository repository)
getTimePerformed
public Date getTimePerformed()
getUsername
public String getUsername()
getComment
public String getComment()
getRepositoryName
public String getRepositoryName()
getBranchName
public String getBranchName()
getRevisions
public Collection getRevisions()
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-2012 Atlassian. All Rights Reserved.