mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
16 lines
861 B
Markdown
16 lines
861 B
Markdown
# PayloadCommit
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**added** | **List<String>** | List of files added in this commit | [optional]
|
|
**author** | [**PayloadUser**](PayloadUser.md) | | [optional]
|
|
**committer** | [**PayloadUser**](PayloadUser.md) | | [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**](Date.md) | | [optional]
|
|
**url** | **String** | The URL to view this commit | [optional]
|
|
**verification** | [**PayloadCommitVerification**](PayloadCommitVerification.md) | | [optional]
|