ICreateIssueReportSettings Interface

Summary

Interface for setting affecting how reports are created.
graph BT Type-.->Interface0["IRepositorySettings"] click Interface0 "/api/Cake.Issues/IRepositorySettings" Type["ICreateIssueReportSettings"] class Type type-node Implementing0["CreateIssueReportSettings"]-.->Type click Implementing0 "/api/Cake.Issues.Reporting/CreateIssueReportSettings" Implementing1["ICreateIssueReportFromIssueProviderSettings"]-.->Type click Implementing1 "/api/Cake.Issues.Reporting/ICreateIssueReportFromIssueProviderSettings" Implementing2["CreateIssueReportFromIssueProviderSettings"]-.->Type click Implementing2 "/api/Cake.Issues.Reporting/CreateIssueReportFromIssueProviderSettings"

Syntax

public interface ICreateIssueReportSettings : IRepositorySettings

Properties

Name Value Summary
OutputFilePath FilePath
Gets the path of the generated report file.

Extension Methods

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