com.atlassian.jira.vcs
Interface VCSCommit

All Known Implementing Classes:
CVSCommit

public interface VCSCommit


Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getBranchName()
           
 java.lang.String getComment()
           
 java.util.Date getDate()
           
 java.util.Collection getRevisions()
           
 

Method Detail

getDate

java.util.Date getDate()

getAuthor

java.lang.String getAuthor()

getRevisions

java.util.Collection getRevisions()

getComment

java.lang.String getComment()

getBranchName

java.lang.String getBranchName()


Copyright © 2002-2006 Atlassian. All Rights Reserved.