BaseEsLintLogFileFormat Class

Summary

Base class for all ESLint log file format implementations.
graph BT Type-->Base0["BaseLogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>"] Base0-->Base1["Object"] Type-.->Interface0["ILogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>"] Type["BaseEsLintLogFileFormat"] class Type type-node

Syntax

public abstract class BaseEsLintLogFileFormat : 
    BaseLogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>, 
    ILogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>

Constructors

Name Summary
BaseEsLintLogFileFormat(ICakeLog) Base class for all ESLint log file format implementations.

Extension Methods

Name Value Summary
Dump<BaseEsLintLogFileFormat>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<BaseEsLintLogFileFormat>(BaseEsLintLogFileFormat[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<BaseEsLintLogFileFormat>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<BaseEsLintLogFileFormat>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<BaseEsLintLogFileFormat>(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<BaseEsLintLogFileFormat>(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