Module protected_branches

Source
Expand description

Project repository protected branches API endpoints.

These endpoints are used for querying a project’s protected branches.

Structs§

ProtectBranch
Protect a branch or set of branches on a project.
ProtectBranchBuilder
Builder for ProtectBranch.
ProtectedBranch
Query a protected branch of a project.
ProtectedBranchBuilder
Builder for ProtectedBranch.
ProtectedBranches
Query protected branches of a project.
ProtectedBranchesBuilder
Builder for ProtectedBranches.
UnprotectBranch
Unprotect a branch in a project.
UnprotectBranchBuilder
Builder for UnprotectBranch.

Enums§

ProtectBranchBuilderError
Error type for ProtectBranchBuilder
ProtectedAccess
Granular protected access controls for branches.
ProtectedAccessPush
Granular protected access controls for branches.
ProtectedBranchBuilderError
Error type for ProtectedBranchBuilder
ProtectedBranchesBuilderError
Error type for ProtectedBranchesBuilder
UnprotectBranchBuilderError
Error type for UnprotectBranchBuilder