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. |