mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
1.1 KiB
1.1 KiB
Branch
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| commit | PayloadCommit | [optional] | |
| effectiveBranchProtectionName | String | EffectiveBranchProtectionName is the name of the effective branch protection rule | [optional] |
| enableStatusCheck | Boolean | EnableStatusCheck indicates if status checks are enabled | [optional] |
| name | String | Name is the branch name | [optional] |
| _protected | Boolean | Protected indicates if the branch is protected | [optional] |
| requiredApprovals | Long | RequiredApprovals is the number of required approvals for pull requests | [optional] |
| statusCheckContexts | List<String> | StatusCheckContexts contains the list of required status check contexts | [optional] |
| userCanMerge | Boolean | UserCanMerge indicates if the current user can merge to this branch | [optional] |
| userCanPush | Boolean | UserCanPush indicates if the current user can push to this branch | [optional] |