IssueBuilder.

WithFileLink(Uri) Method

Summary

Sets the the link to the position in the file where the issue occurred.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueBuilder

Syntax

public IssueBuilder WithFileLink(Uri fileLink)

Parameters

Name Type Description
fileLink Uri Link to the position in the file where the issue occurred.

Return Value

Type Description
IssueBuilder Issue Builder instance.
GitHub