GenericIssueReportFormatSettings Class

Summary

graph BT Type-->Base0["Object"] Type["GenericIssueReportFormatSettings"] class Type type-node

Syntax

public class GenericIssueReportFormatSettings

Constructors

Properties

Name Value Summary
Options Dictionary<string, object>
Gets the options to use for generating the report. See template for available options.
Template string
Gets the template to use for generating the report.

Methods

Name Value Summary
FromContent(string) GenericIssueReportFormatSettings
Returns a new instance of the GenericIssueReportFormatSettings class from the content of a template file.
static
FromEmbeddedTemplate(GenericIssueReportTemplate) GenericIssueReportFormatSettings
Returns a new instance of the GenericIssueReportFormatSettings class from a template file on disk.
static
FromFilePath(FilePath) GenericIssueReportFormatSettings
Returns a new instance of the GenericIssueReportFormatSettings class from a template file on disk.
static

Extension Methods

Name Value Summary
NotNull<GenericIssueReportFormatSettings>(string) void
Throws an exception if the specified parameter's value is null.
WithOption(Enum, object) GenericIssueReportFormatSettings
Adds an option which should be passed to the template.
WithOption(string, object) GenericIssueReportFormatSettings
Adds an option which should be passed to the template.
GitHub