GerritReview.

AddMessage(ICakeContext, GerritAuthConfig, GerritCommitInfo, string) Method

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

Syntax

public static void AddMessage(this ICakeContext context, GerritAuthConfig authSettings, GerritCommitInfo commitInfo, string message)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
authSettings GerritAuthConfig
commitInfo GerritCommitInfo
message string

Return Value

Type Description
void