GerritReview.

AddLabel(ICakeContext, GerritAuthConfig, GerritCommitInfo, string, int) Method

Assembly
Cake.Gerrit.dll
Namespace
Cake.Gerrit
Containing Type
GerritReview

Syntax

public static void AddLabel(this ICakeContext context, GerritAuthConfig authSettings, GerritCommitInfo commitInfo, string label, int n)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
authSettings GerritAuthConfig
commitInfo GerritCommitInfo
label string
n int

Return Value

Type Description
void