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
.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public static IssueBuilder NewIssue(string identifier, string message, string providerType, string providerName)
Parameters
Name | Type | Description |
---|---|---|
identifier | string | The identifier of the message. |
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. |