Summary
Class for building settings for file links of files hosted on GitHub.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .FileLinking - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["GitHubFileLinkSettingsBuilder"]
class Type type-node
Syntax
public class GitHubFileLinkSettingsBuilder
Methods
Name | Value | Summary |
---|---|---|
Branch |
File |
Returns settings to files on GitHub on a specific branch.
|
Commit |
File |
Returns settings to files on GitHub on a specific commit.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|