DefaultGitLabProvider.

SetPipelineNameAsync(string, string, ProjectId, long, string) Method

Summary

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

Syntax

public Task SetPipelineNameAsync(string serverUrl, string accessToken, ProjectId project, long pipelineId, string name)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
serverUrl string
accessToken string
project ProjectId
pipelineId long
name string

Return Value

Type Description
Task