IssueBuilder.

InFile(string) Method

Summary

Sets the path to the file affected by the issue.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueBuilder

Syntax

public IssueBuilder InFile(string filePath)

Parameters

Name Type Description
filePath string The path to the file affected by the issue. The path needs to be relative to the repository root. null or System.String.Empty if issue is not related to a change in a file.

Return Value

Type Description
IssueBuilder Issue Builder instance.