GitLabAliases.

GitLabSetPipelineNameAsync(ICakeContext, ProjectIdentity, string, 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, ProjectIdentity projectIdentity, string accessToken, long pipelineId, string name)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
GeneratedCodeAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
projectIdentity ProjectIdentity
accessToken string
pipelineId long
name string

Return Value

Type Description
Task