IGitLabProvider.

GetPipelineAsync(string, string, ProjectId, long) Method

Summary

Implements the functionality of Cake.GitLab.GitLabAliases.GitLabGetPipelineAsync(Cake.Core.ICakeContext,System.String,System.String,NGitLab.Models.ProjectId,System.Int64)
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
IGitLabProvider

Syntax

Task<Pipeline> GetPipelineAsync(string serverUrl, string accessToken, ProjectId project, long pipelineId)

Parameters

Name Type Description
serverUrl string
accessToken string
project ProjectId
pipelineId long

Return Value

Type Description
Task<Pipeline>