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
Lists all of a project's branches
Syntax
public static Task<IReadOnlyCollection<Branch>> GitLabRepositoryGetBranchesAsync(this ICakeContext context, ProjectIdentity projectIdentity, string accessToken)
Attributes
| Type |
Description |
| AsyncStateMachineAttribute |
|
| CakeMethodAliasAttribute |
|
| GeneratedCodeAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
|
| projectIdentity |
ProjectIdentity |
|
| accessToken |
string |
|
Return Value
| Type |
Description |
| Task<IReadOnlyCollection<Branch>> |
|