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
.
Syntax
public static IssueBuilder NewIssue<T>(string identifier, string message, T issueProvider)
where T : IIssueProvider
Type Parameters
Name |
Description |
T |
Type of the issue provider which has the issue created. |
Parameters
Name |
Type |
Description |
identifier |
string |
The identifier of the message. |
message |
string |
The message of the issue in plain text format. |
issueProvider |
T |
Issue provider which has the issue created. |
Return Value
Type |
Description |
IssueBuilder |
Builder class for creating a new issue. |