AutoToolSettings Class

Summary

Base class for tooling that is used for auto generation of command line arguments.
graph BT Type-->Base0["ToolSettings"] Type["AutoToolSettings"] class Type type-node Derived0["BuildahRegistryLoginSettings"]-->Type click Derived0 "/api/Cake.Buildah/BuildahRegistryLoginSettings" Derived1["BuildahImagePruneSettings"]-->Type click Derived1 "/api/Cake.Buildah/BuildahImagePruneSettings" Derived2["EmptySettings"]-->Type click Derived2 "/api/Cake.Buildah/EmptySettings" Derived3["BuildahCustomCommandSettings"]-->Type click Derived3 "/api/Cake.Buildah/BuildahCustomCommandSettings" Derived4["BuildahImageTagSettings"]-->Type click Derived4 "/api/Cake.Buildah/BuildahImageTagSettings" Derived5["BuildahRegistryLogoutSettings"]-->Type click Derived5 "/api/Cake.Buildah/BuildahRegistryLogoutSettings" Derived6["BuildahImagePushSettings"]-->Type click Derived6 "/api/Cake.Buildah/BuildahImagePushSettings" Derived7["BuildahImageBuildSettings"]-->Type click Derived7 "/api/Cake.Buildah/BuildahImageBuildSettings"

Syntax

public abstract class AutoToolSettings : ToolSettings

Constructors

Name Summary
AutoToolSettings()

Extension Methods

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