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,
eg. . |
Return Value
Type | Description |
---|---|
Git |
Builder class for the settings. |