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.Issues.
Summary
Initiates the creation of a new
IIssue
with message as identifier.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public static IssueBuilder NewIssue(string message, string providerType, string providerName)
Parameters
Name | Type | Description |
---|---|---|
message | string | The message of the issue in plain text format. |
providerType | string | The type of the issue provider. |
providerName | string | The human friendly name of the issue provider. |
Return Value
Type | Description |
---|---|
IssueBuilder | Builder class for creating a new issue. |