com.atlassian.bamboo.commit
Interface Commit

All Superinterfaces:
BambooObject
All Known Implementing Classes:
CommitImpl

public interface Commit
extends BambooObject


Method Summary
 Author getAuthor()
           
 BuildResultsSummary getBuildResultsSummary()
           
 String getComment()
           
 Date getDate()
           
 List getFiles()
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Method Detail

getAuthor

Author getAuthor()
Returns:
Author who made the commit

getBuildResultsSummary

BuildResultsSummary getBuildResultsSummary()
Returns:
BuildResultsSummary whic this commit belongs to

getFiles

List getFiles()
Returns:
List of CommitFile objects representing changed files

getComment

String getComment()
Returns:
the commit comment

getDate

Date getDate()
Returns:
Date of commit.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.