Summary
Interface describing a issue report format.
- Assembly
- Cake
.Issues .Reporting .dll - Namespace
- Cake
.Issues .Reporting - Interfaces
- Implementing Types
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 |
FilePath |
Creates a report from a list of issues.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|