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