com.atlassian.bamboo.commit
Interface CommitContext

All Known Subinterfaces:
Commit
All Known Implementing Classes:
CommitContextImpl, CommitImpl

public interface CommitContext


Method Summary
 Author getAuthor()
           
 java.lang.String getChangeSetId()
          Return VCS identifier for this changeset.
 java.lang.String getComment()
           
 java.util.Date getDate()
           
 java.util.List<CommitFile> getFiles()
           
 java.lang.String guessChangeSetId()
           
 

Method Detail

getAuthor

Author getAuthor()
Returns:
Author who made the commit

getFiles

@NotNull
java.util.List<CommitFile> getFiles()
Returns:
List of CommitFile objects representing changed files

getComment

@NotNull
java.lang.String getComment()
Returns:
the commit comment

getDate

@NotNull
java.util.Date getDate()
Returns:
Date of commit.

getChangeSetId

@Nullable
java.lang.String getChangeSetId()
Return VCS identifier for this changeset.

Returns:

guessChangeSetId

@Nullable
java.lang.String guessChangeSetId()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.