com.atlassian.jira.vcs.cvsimpl
Class CVSCommit

java.lang.Object
  extended by com.atlassian.jira.vcs.cvsimpl.CVSCommit

public class CVSCommit
extends Object


Constructor Summary
CVSCommit(net.sf.statcvs.model.Commit commit, Repository repository)
           
 
Method Summary
 String getBranchName()
           
 String getComment()
           
 String getDiffLink(String filePath, String revision)
           
 String getFileLink(String filePath)
           
 String getRepositoryName()
           
 String getRevisionLink(String filePath, String revision)
           
 Collection getRevisions()
           
 Date getTimePerformed()
           
 String getUsername()
           
 boolean hasRepositoryViewer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSCommit

public CVSCommit(net.sf.statcvs.model.Commit commit,
                 Repository repository)
Method Detail

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.