IssueBuilder.

OfRule(string, string, Uri) Method

Summary

Sets the rule of the issue.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueBuilder

Syntax

public IssueBuilder OfRule(string id, string name, Uri uri)

Parameters

Name Type Description
id string The ID of the rule of the issue. null or System.String.Empty if issue has no specific rule ID.
name string The name of the rule of the issue. null or System.String.Empty if issue has no specific rule name.
uri Uri The URL containing information about the failing rule. null if no URL is available.

Return Value

Type Description
IssueBuilder Issue Builder instance.
GitHub