@PublicApi
public interface CommitContext
Modifier and Type | Method and Description |
---|---|
AuthorContext |
getAuthorContext() |
String |
getChangeSetId()
Return VCS identifier for this changeset.
|
String |
getComment() |
Date |
getDate() |
List<CommitFile> |
getFiles() |
String |
guessChangeSetId() |
boolean |
isForeignCommit()
True if commit comes from another branch/is not in the ancestry path.
|
AuthorContext getAuthorContext()
AuthorContext
of commit author@NotNull List<CommitFile> getFiles()
List
of CommitFile
objects representing changed files@NotNull String getComment()
@Nullable String getChangeSetId()
@Nullable String guessChangeSetId()
boolean isForeignCommit()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.