IIssueReportFormat Interface

Summary

Interface describing a issue report format.
graph BT Type-.->Interface0["IBaseIssueComponent<ICreateIssueReportSettings>"] Type["IIssueReportFormat"] class Type type-node Implementing0["IssueReportFormat"]-.->Type click Implementing0 "/api/Cake.Issues.Reporting/IssueReportFormat"

Syntax

public interface IIssueReportFormat : IBaseIssueComponent<ICreateIssueReportSettings>

Methods

Name Value Summary
CreateReport(IEnumerable<IIssue>) FilePath
Creates a report from a list of issues.

Extension Methods

Name Value Summary
NotNull<IIssueReportFormat>(string) void
Throws an exception if the specified parameter's value is null.
GitHub