Files
tea4j-autodeploy/docs/PayloadCommit.md
T
2026-07-02 00:02:13 +00:00

899 B

PayloadCommit

Properties

Name Type Description Notes
added List<String> List of files added in this commit [optional]
author PayloadUser [optional]
committer PayloadUser [optional]
id String sha1 hash of the commit [optional]
message String The commit message [optional]
modified List<String> List of files modified in this commit [optional]
removed List<String> List of files removed in this commit [optional]
timestamp Date The timestamp when the commit was made [optional]
url String The URL to view this commit [optional]
verification PayloadCommitVerification [optional]