GitLabAliases.

GitLabGetPipelineAsync(ICakeContext, ServerConnection, ProjectId, long) Method

Summary

Gets data about a GitLab CI pipeline
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
GitLabAliases

Syntax

public static Task<Pipeline> GitLabGetPipelineAsync(this ICakeContext context, ServerConnection serverConnection, ProjectId project, long pipelineId)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
GeneratedCodeAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
serverConnection ServerConnection
project ProjectId
pipelineId long

Return Value

Type Description
Task<Pipeline>