This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.GitLab.
Summary
Updates the name of the specified pipeline
Syntax
public static Task GitLabSetPipelineNameAsync(this ICakeContext context, ServerConnection serverConnection, ProjectId project, long pipelineId, string name)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
CakeMethodAliasAttribute |
|
GeneratedCodeAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
serverConnection |
ServerConnection |
|
project |
ProjectId |
|
pipelineId |
long |
|
name |
string |
|
Return Value