Summary
Settings how issues should be linked to files.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["FileLinkSettings"]
class Type type-node
Syntax
public class FileLinkSettings
Constructors
Name | Summary |
---|---|
FileLinkSettings |
Properties
Name | Value | Summary |
---|---|---|
FileLinkPattern | string |
Gets or sets the pattern which should be used to link issues to files.
Fields in the form
{FieldName} are replaced with the value of the isse.
All fields of ReportColumn supported.
|
Methods
Name | Value | Summary |
---|---|---|
AzureDevOps |
FileLinkSettings |
Returns settings for linking to files hosted in Azure DevOps or Azure DevOps Server.
static
|
GitHub |
FileLinkSettings |
Returns settings for linking to files hosted in GitHub.
static
|
TeamFoundationServer |
FileLinkSettings |
Returns settings for linking to files hosted in Team Foundation Server.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|