IssueReportFormat.

InternalCreateReport(IEnumerable<IIssue>) Method

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.

Syntax

protected abstract FilePath InternalCreateReport(IEnumerable<IIssue> issues)

Parameters

Name Type Description
issues IEnumerable<IIssue> Issues for which the report should be created.

Return Value

Type Description
FilePath Path to the created report.
GitHub