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 CommitContext
AuthorContext
of commit author@NotNull public List<CommitFile> getFiles()
getFiles
in interface CommitContext
List
of CommitFile
objects representing changed files@NotNull public String getComment()
getComment
in interface CommitContext
@NotNull public Date getDate()
getDate
in interface CommitContext
Date
of commit.@Nullable public String getChangeSetId()
CommitContext
getChangeSetId
in interface CommitContext
@Nullable public String guessChangeSetId()
guessChangeSetId
in interface CommitContext
public boolean isForeignCommit()
CommitContext
isForeignCommit
in interface CommitContext
@NotNull public String getUrl()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.