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 java.lang.Object
implements VCSCommit


Constructor Summary
CVSCommit(Commit commit)
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getComment()
           
 java.util.Date getDate()
           
 java.util.List getRevisions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSCommit

public CVSCommit(Commit commit)
Method Detail

getDate

public java.util.Date getDate()
Specified by:
getDate in interface VCSCommit

getAuthor

public java.lang.String getAuthor()
Specified by:
getAuthor in interface VCSCommit

getRevisions

public java.util.List getRevisions()
Specified by:
getRevisions in interface VCSCommit

getComment

public java.lang.String getComment()
Specified by:
getComment in interface VCSCommit