IssueBuilder.

NewIssue(string, string, string) Method

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.
GitHub