Module gitlab::api::projects::protected_branches
source · Expand description
Project repository protected branches API endpoints.
These endpoints are used for querying a project’s protected branches.
Re-exports§
pub use self::protect::ProtectedAccessLevel;
Structs§
- Protect a branch or set of branches on a project.
- Builder for
ProtectBranch
. - Query a protected branch of a project.
- Builder for
ProtectedBranch
. - Query protected branches of a project.
- Builder for
ProtectedBranches
. - Unprotect a branch in a project.
- Builder for
UnprotectBranch
.
Enums§
- Error type for ProtectBranchBuilder
- Granular protected access controls for branches.
- Error type for ProtectedBranchBuilder
- Error type for ProtectedBranchesBuilder
- Error type for UnprotectBranchBuilder