Summary
Settings for
GenericIssueReportFormatAliases
.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["GenericIssueReportFormatSettings"]
class Type type-node
Syntax
public class GenericIssueReportFormatSettings
Constructors
Name | Summary |
---|---|
Generic |
Initializes a new instance of the GenericIssueReportFormatSettings class.
|
Generic |
Initializes a new instance of the GenericIssueReportFormatSettings class.
|
Generic |
Initializes a new instance of the GenericIssueReportFormatSettings class.
|
Properties
Methods
Name | Value | Summary |
---|---|---|
FromContent |
Generic |
Returns a new instance of the
GenericIssueReportFormatSettings class from the content
of a template file.
static
|
FromEmbeddedTemplate |
Generic |
Returns a new instance of the
GenericIssueReportFormatSettings class from a template file on disk.
static
|
FromFilePath |
Generic |
Returns a new instance of the
GenericIssueReportFormatSettings class from a template file on disk.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|
WithOption |
Generic |
Adds an option which should be passed to the template.
|
WithOption |
Generic |
Adds an option which should be passed to the template.
|