com.atlassian.bamboo.commit
Interface CommitContext
- All Known Subinterfaces:
- Commit
- All Known Implementing Classes:
- CommitContextImpl, CommitImpl
public interface CommitContext
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
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 © 2012 Atlassian. All Rights Reserved.