Summary
Initializes a new instance of the
IssuesReader
class.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssuesReader
Syntax
public IssuesReader(ICakeLog log, IEnumerable<IIssueProvider> issueProviders, IReadIssuesSettings settings)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | Cake log instance. |
issueProviders | IEnumerable |
List of issue providers to use. |
settings | IReadIssuesSettings | Settings to use. |
Return Value
Type | Description |
---|---|
void |