Summary
Returns settings to link files based on a custom pattern.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- FileLinkSettings
Syntax
public static FileLinkSettings ForPattern(string pattern)
Parameters
Name | Type | Description |
---|---|---|
pattern | string | Pattern of the file link.
See ReplaceIssuePattern(string, IIssue)
for a list of tokens supported in the pattern. |
Return Value
Type | Description |
---|---|
FileLinkSettings | File link settings. |