public static class RssNotification.CommitWithUrl extends Object implements CommitContext
| Constructor and Description |
|---|
CommitWithUrl(CommitContext commitContext,
String url) |
| Modifier and Type | Method and Description |
|---|---|
AuthorContext |
getAuthorContext() |
String |
getChangeSetId()
Return VCS identifier for this changeset.
|
String |
getComment() |
Date |
getDate() |
List<CommitFile> |
getFiles() |
String |
getUrl() |
String |
guessChangeSetId() |
boolean |
isForeignCommit()
True if commit comes from another branch/is not in the ancestry path.
|
public CommitWithUrl(@NotNull
CommitContext commitContext,
@Nullable
String url)
public AuthorContext getAuthorContext()
getAuthorContext in interface CommitContextAuthorContext of commit author@NotNull public List<CommitFile> getFiles()
getFiles in interface CommitContextList of CommitFile objects representing changed files@NotNull public String getComment()
getComment in interface CommitContext@NotNull public Date getDate()
getDate in interface CommitContextDate of commit.@Nullable public String getChangeSetId()
CommitContextgetChangeSetId in interface CommitContext@Nullable public String guessChangeSetId()
guessChangeSetId in interface CommitContextpublic boolean isForeignCommit()
CommitContextisForeignCommit in interface CommitContext@NotNull public String getUrl()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.