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
Returns the URL to the file on the source code hosting system
for the issue issue.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- FileLinkSettings
Syntax
public Uri GetFileLink(IIssue issue)
Parameters
Name | Type | Description |
---|---|---|
issue | IIssue | Issue for which the link should be returned. |
Return Value
Type | Description |
---|---|
Uri | URL to the file on the source code hosting system or null
if the issue is not related to a file. |