Summary
Parameters for passing input files.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IIssuesParametersInputFiles"]
click Interface0 "/api/Cake.Frosting.Issues.Recipe/IIssuesParametersInputFiles"
Type["IssuesParametersInputFiles"]
class Type type-node
Syntax
public class IssuesParametersInputFiles : IIssuesParametersInputFiles
Constructors
Name | Summary |
---|---|
Issues |
Properties
Name | Value | Summary |
---|---|---|
Es |
IDictionary |
Gets list of registered paths to ESLint log files in JSON format.
|
Inspect |
IDictionary |
Gets list of registered paths to InspectCode log files.
|
Markdownlint |
IDictionary |
Gets list of registered paths to markdownlint-cli log files created with
--json .
|
Markdownlint |
IDictionary |
Gets list of registered paths to markdownlint-cli log files.
|
Markdownlint |
IDictionary |
Gets list of registered paths to markdownlint log files in version 1.
|
Ms |
IDictionary |
Gets list of registered paths to MSBuild binary log files.
|
Ms |
IDictionary |
Gets list of registered paths to MSBuild log files created by XmlFileLogger.
|
Methods
Name | Value | Summary |
---|---|---|
AddEsLintJsonLogFile |
void |
Adds a path to a ESLint log file in JSON format.
|
AddEsLintJsonLogFile |
void |
Adds a path to a ESLint log file in JSON format.
|
Add |
void |
Adds a path to a InspectCode log file.
|
Add |
void |
Adds a path to a InspectCode log file.
|
Add |
void |
Adds a path to a markdownlint-cli log file created with
--json .
|
Add |
void |
Adds a path to a markdownlint-cli log file created with
--json .
|
Add |
void |
Adds a path to a markdownlint-cli log file.
|
Add |
void |
Adds a path to a markdownlint-cli log file.
|
Add |
void |
Adds a path to a markdownlint log file in version 1.
|
Add |
void |
Adds a path to a markdownlint log file in version 1.
|
Add |
void |
Adds a path to a MSBuild binary log file.
|
Add |
void |
Adds a path to a MSBuild binary log file.
|
Add |
void |
Adds a path to a MSBuild log file created by XmlFileLogger.
|
Add |
void |
Adds a path to a MSBuild log file created by XmlFileLogger.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|