Files
tea4j-autodeploy/docs/ChangedFile.md
T
2025-09-07 00:21:05 +00:00

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]