mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-05 17:32:17 +00:00
11 lines
473 B
Markdown
11 lines
473 B
Markdown
# PRBranchInfo
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**label** | **String** | The display name of the branch | [optional]
|
|
**ref** | **String** | The git reference of the branch | [optional]
|
|
**repo** | [**Repository**](Repository.md) | | [optional]
|
|
**repoId** | **Long** | The unique identifier of the repository | [optional]
|
|
**sha** | **String** | The commit SHA of the branch head | [optional]
|