This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.GitLab.
Summary
Implements the functionality of
Cake.GitLab.GitLabAliases.GitLabRepositoryGetBranchesAsync(Cake.Core.ICakeContext,System.String,System.String,NGitLab.Models.ProjectId)
- Assembly
- Cake
.GitLab .dll - Namespace
- Cake
.GitLab - Containing Type
- Default
Git Lab Provider
Syntax
public Task<IReadOnlyCollection<Branch>> RepositoryGetBranchesAsync(string serverUrl, string accessToken, ProjectId project)
Parameters
| Name | Type | Description |
|---|---|---|
| serverUrl | string | |
| accessToken | string | |
| project | ProjectId |
Return Value
| Type | Description |
|---|---|
| Task |
