GitLabAliases.

GitLabSetPipelineNameAsync(ICakeContext, ServerIdentity, string, ProjectId, long, string) Method

Summary

Updates the name of the specified pipeline
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
GitLabAliases

Syntax

public static Task GitLabSetPipelineNameAsync(this ICakeContext context, ServerIdentity serverIdentity, string accessToken, ProjectId project, long pipelineId, string name)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
GeneratedCodeAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
serverIdentity ServerIdentity
accessToken string
project ProjectId
pipelineId long
name string

Return Value

Type Description
Task