Class RssNotification.CommitWithUrl
java.lang.Object
com.atlassian.bamboo.notification.rss.RssNotification.CommitWithUrl
- All Implemented Interfaces:
CommitContext
- Enclosing class:
RssNotification
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommitWithUrl
-
-
Method Details
-
getAuthorContext
- Specified by:
getAuthorContextin interfaceCommitContext- Returns:
AuthorContextof commit author
-
getFiles
- Specified by:
getFilesin interfaceCommitContext- Returns:
ListofCommitFileobjects representing changed files
-
getComment
- Specified by:
getCommentin interfaceCommitContext- Returns:
- the commit comment
-
getDate
- Specified by:
getDatein interfaceCommitContext- Returns:
Dateof commit.
-
getChangeSetId
Description copied from interface:CommitContextReturn VCS identifier for this changeset.- Specified by:
getChangeSetIdin interfaceCommitContext- Returns:
-
guessChangeSetId
- Specified by:
guessChangeSetIdin interfaceCommitContext
-
isForeignCommit
public boolean isForeignCommit()Description copied from interface:CommitContextTrue if commit comes from another branch/is not in the ancestry path. (DVCS only) It is allowed to return false negatives but not false positives. Will return false if feature not supported by repository plugin. In some cases (git) may return false even if commit originated in different branch due to git limitations.- Specified by:
isForeignCommitin interfaceCommitContext
-
getUrl
-