Expand description
Project repository protected branches API endpoints.
These endpoints are used for querying a project’s protected branches.
Structs§
- Protect
Branch - Protect a branch or set of branches on a project.
- Protect
Branch Builder - Builder for
ProtectBranch
. - Protected
Branch - Query a protected branch of a project.
- Protected
Branch Builder - Builder for
ProtectedBranch
. - Protected
Branches - Query protected branches of a project.
- Protected
Branches Builder - Builder for
ProtectedBranches
. - Unprotect
Branch - Unprotect a branch in a project.
- Unprotect
Branch Builder - Builder for
UnprotectBranch
.
Enums§
- Protect
Branch Builder Error - Error type for ProtectBranchBuilder
- Protected
Access - Granular protected access controls for branches.
- Protected
Access Push - Granular protected access controls for branches.
- Protected
Branch Builder Error - Error type for ProtectedBranchBuilder
- Protected
Branches Builder Error - Error type for ProtectedBranchesBuilder
- Unprotect
Branch Builder Error - Error type for UnprotectBranchBuilder