Summary
Creates a report from a list of issues.
Compared to
Cake.Issues.Reporting.IssueReportFormat.CreateReport(System.Collections.Generic.IEnumerable{Cake.Issues.IIssue})
it is safe to access Settings from this method.
- Assembly
- Cake
.Issues .Reporting .dll - Namespace
- Cake
.Issues .Reporting - Containing Type
- IssueReportFormat
Syntax
protected abstract FilePath InternalCreateReport(IEnumerable<IIssue> issues)
Parameters
Name | Type | Description |
---|---|---|
issues | IEnumerable |
Issues for which the report should be created. |
Return Value
Type | Description |
---|---|
FilePath | Path to the created report. |