This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
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. |