MarkdownlintIssuesSettings Class

Summary

graph BT Type-->Base0["BaseMultiFormatIssueProviderSettings<MarkdownlintIssuesProvider, MarkdownlintIssuesSettings>"] Base0-->Base1["IssueProviderSettings"] click Base1 "/api/Cake.Issues/IssueProviderSettings" Base1-->Base2["Object"] Type["MarkdownlintIssuesSettings"] class Type type-node

Syntax

public class MarkdownlintIssuesSettings : 
    BaseMultiFormatIssueProviderSettings<MarkdownlintIssuesProvider, MarkdownlintIssuesSettings>

Constructors

Name Summary
MarkdownlintIssuesSettings(byte[], BaseMarkdownlintLogFileFormat) Initializes a new instance of the MarkdownlintIssuesSettings class for a log file content in memory.
MarkdownlintIssuesSettings(FilePath, BaseMarkdownlintLogFileFormat) Initializes a new instance of the MarkdownlintIssuesSettings class for reading a log file on disk.

Properties

Name Value Summary
LogFileContent byte[]
Gets the content of the log file.
Inherited from IssueProviderSettings

Extension Methods

Name Value Summary
Dump<MarkdownlintIssuesSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<MarkdownlintIssuesSettings>(MarkdownlintIssuesSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<MarkdownlintIssuesSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<MarkdownlintIssuesSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<MarkdownlintIssuesSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<MarkdownlintIssuesSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin