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 ForAction(Func<IIssue, Uri> builder)
Parameters
Name | Type | Description |
---|---|---|
builder | Func |
Callback called for building the file link. |
Return Value
Type | Description |
---|---|
FileLinkSettings | File link settings. |