IssueBuilder.

WithFileLinkSettings(FileLinkSettings) Method

Summary

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

Syntax

public IssueBuilder WithFileLinkSettings(FileLinkSettings fileLinkSettings)

Parameters

Name Type Description
fileLinkSettings FileLinkSettings Settings to create the link of the position in the file where the issue occurred.

Return Value

Type Description
IssueBuilder Issue Builder instance.
GitHub