IssueBuilder.

OfRule(string, string) 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)

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.

Return Value

Type Description
IssueBuilder Issue Builder instance.
GitHub