Aliases.

NewIssue(ICakeContext, string, string, string, string) Method

Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
Aliases

Syntax

public static IssueBuilder NewIssue(this ICakeContext context, string identifier, string message, string providerType, string providerName)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext
identifier string
message string
providerType string
providerName string

Return Value

Type Description
IssueBuilder