NetlifySettings Class

Summary

The common settings used by all commands in Netlify-CLI.
Assembly
Cake.Netlify.dll
Namespace
Cake.Netlify
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["NetlifySettings"] class Type type-node Derived0["NetlfiyDeploySettings"]-->Type click Derived0 "/api/Cake.Netlify.Deploy/NetlfiyDeploySettings"

Syntax

public abstract class NetlifySettings : ToolSettings

Constructors

Name Summary
NetlifySettings()

Extension Methods

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