IReporterSettings Interface

Summary

Represents reporter-specific settings
graph BT Type["IReporterSettings"] class Type type-node Implementing0["JsonReporterSettings"]-.->Type click Implementing0 "/api/Cake.Newman.Reporters/JsonReporterSettings" Implementing1["JUnitReporterSettings"]-.->Type click Implementing1 "/api/Cake.Newman.Reporters/JUnitReporterSettings" Implementing2["CLIReporterSettings"]-.->Type click Implementing2 "/api/Cake.Newman.Reporters/CLIReporterSettings" Implementing3["HtmlReporterSettings"]-.->Type click Implementing3 "/api/Cake.Newman.Reporters/HtmlReporterSettings"

Syntax

public interface IReporterSettings

Methods

Name Value Summary
RenderOptions(ProcessArgumentBuilder) void
Outputs the reporter-specific settings to include in the invocation

Extension Methods

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