Summary
Initializes a new instance of the
BaseConfigurableIssueProvider<T>
class.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- Base
Configurable Issue Provider <T>
Syntax
protected BaseConfigurableIssueProvider(ICakeLog log, T issueProviderSettings)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The Cake log context. |
issueProviderSettings | T | Settings for the issue provider. |
Return Value
Type | Description |
---|---|
void |