Summary
Class containing builder for optional settings for linking to files.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .FileLinking - Base Types
-
- Object
- FileLinkSettings
graph BT
Type-->Base0["FileLinkSettings"]
click Base0 "/api/Cake.Issues/FileLinkSettings"
Base0-->Base1["Object"]
Type["FileLinkOptionalSettingsBuilder"]
class Type type-node
Syntax
public class FileLinkOptionalSettingsBuilder : FileLinkSettings
Methods
Name | Value | Summary |
---|---|---|
ForAction |
FileLinkSettings |
Returns settings to link files based on a custom pattern.
Inherited from FileLinkSettings
static
|
ForAzureDevOps |
Azure |
Returns builder class for settings for linking to files hosted in Azure DevOps.
Inherited from FileLinkSettings
static
|
ForGitHub |
Git |
Returns builder class for settings for linking to files hosted in GitHub.
Inherited from FileLinkSettings
static
|
ForPattern |
FileLinkSettings |
Returns settings to link files based on a custom pattern.
Inherited from FileLinkSettings
static
|
GetFileLink |
Uri |
Returns the URL to the file on the source code hosting system
for the issue issue.
Inherited from FileLinkSettings
|
WithRootPath |
FileLinkSettings |
Sets the root path for the files.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|