[][src]Module gitlab::api::projects::repository::branches

Project repository branches API endpoints.

These endpoints are used for querying a project's branches.

Structs

Branch

Query for a specific branch in a project.

BranchBuilder

Builder for Branch.

Branches

Query for a specific branch in a project.

BranchesBuilder

Builder for Branches.

CreateBranch

Create a branch on a project.

CreateBranchBuilder

Builder for CreateBranch.