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 builder class for settings for linking to files hosted in GitHub.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- FileLinkSettings
Syntax
public static GitHubFileLinkSettingsBuilder ForGitHub(Uri repositoryUrl)
Parameters
Name | Type | Description |
---|---|---|
repositoryUrl | Uri | Full URL of the Git repository,
e.g. . |
Return Value
Type | Description |
---|---|
Git |
Builder class for the settings. |