mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
15 lines
869 B
Markdown
15 lines
869 B
Markdown
# ChangedFile
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**additions** | **Long** | The number of lines added to the file | [optional]
|
|
**changes** | **Long** | The total number of changes to the file | [optional]
|
|
**contentsUrl** | **String** | The API URL to get the file contents | [optional]
|
|
**deletions** | **Long** | The number of lines deleted from the file | [optional]
|
|
**filename** | **String** | The name of the changed file | [optional]
|
|
**htmlUrl** | **String** | The HTML URL to view the file changes | [optional]
|
|
**previousFilename** | **String** | The previous filename if the file was renamed | [optional]
|
|
**rawUrl** | **String** | The raw URL to download the file | [optional]
|
|
**status** | **String** | The status of the file change (added, modified, deleted, etc.) | [optional]
|