HelmTool<TSettings> Class

Assembly
Cake.Helm.dll
Namespace
Cake.Helm
Base Types
graph BT Type-->Base0["Tool<TSettings>"] Type["HelmTool<TSettings>"] class Type type-node

Syntax

public class HelmTool<TSettings> : Tool<TSettings> where TSettings : GlobalHelmSettings

Type Parameters

Name Description
TSettings

Constructors

Methods

Name Value Summary
GetAlternativeToolPaths(TSettings) IEnumerable<FilePath>
GetToolExecutableNames() IEnumerable<string>
GetToolName() string
Run(string, TSettings, string[]) void

Extension Methods

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