GitLabAliases.

GitLabRepositoryGetBranchesAsync(ICakeContext, ServerConnection, ProjectId) Method

Summary

Lists all of a project's branches
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
GitLabAliases

Syntax

public static Task<IReadOnlyCollection<Branch>> GitLabRepositoryGetBranchesAsync(this ICakeContext context, ServerConnection serverConnection, ProjectId project)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
GeneratedCodeAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
serverConnection ServerConnection
project ProjectId

Return Value

Type Description
Task<IReadOnlyCollection<Branch>>