IssueBuilder.

InProjectOfName(string) Method

Summary

Sets the name of the project to which the file affected by the issue belongs.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueBuilder

Syntax

public IssueBuilder InProjectOfName(string projectName)

Parameters

Name Type Description
projectName string Name of the project to which the file affected by the issue belongs. null or System.String.Empty if issue is not related to a project.

Return Value

Type Description
IssueBuilder Issue Builder instance.
GitHub