com.atlassian.jira.vcs.cvsimpl
Class CVSCommit

java.lang.Object
  extended bycom.atlassian.jira.vcs.cvsimpl.CVSCommit
All Implemented Interfaces:
VCSCommit

public class CVSCommit
extends Object
implements VCSCommit


Constructor Summary
CVSCommit(net.sf.statcvs.model.Commit commit)
           
 
Method Summary
 String getAuthor()
           
 String getBranchName()
           
 String getComment()
           
 Date getDate()
           
 Collection getRevisions()
           
 
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)
Method Detail

getDate

public Date getDate()
Specified by:
getDate in interface VCSCommit

getAuthor

public String getAuthor()
Specified by:
getAuthor in interface VCSCommit

getRevisions

public Collection getRevisions()
Specified by:
getRevisions in interface VCSCommit

getComment

public String getComment()
Specified by:
getComment in interface VCSCommit

getBranchName

public String getBranchName()
Specified by:
getBranchName in interface VCSCommit


Copyright © 2002-2006 Atlassian. All Rights Reserved.