PulumiRunner<TPulumiSettings> Class

graph BT Type-->Base0["Tool<TPulumiSettings>"] Type["PulumiRunner<TPulumiSettings>"] class Type type-node Derived0["PulumiRefreshRunner"]-->Type click Derived0 "/api/Cake.Pulumi/PulumiRefreshRunner" Derived1["PulumiChangeSummaryRunner"]-->Type click Derived1 "/api/Cake.Pulumi/PulumiChangeSummaryRunner" Derived2["PulumiStackOutputRunner"]-->Type click Derived2 "/api/Cake.Pulumi/PulumiStackOutputRunner" Derived3["PulumiDestroyRunner"]-->Type click Derived3 "/api/Cake.Pulumi/PulumiDestroyRunner" Derived4["PulumiPreviewRunner"]-->Type click Derived4 "/api/Cake.Pulumi/PulumiPreviewRunner" Derived5["PulumiUpRunner"]-->Type click Derived5 "/api/Cake.Pulumi/PulumiUpRunner" Derived6["PulumiLoginRunner"]-->Type click Derived6 "/api/Cake.Pulumi/PulumiLoginRunner" Derived7["PulumiLogoutRunner"]-->Type click Derived7 "/api/Cake.Pulumi/PulumiLogoutRunner"

Syntax

public abstract class PulumiRunner<TPulumiSettings> : Tool<TPulumiSettings> 
    where TPulumiSettings : PulumiSettings

Type Parameters

Name Description
TPulumiSettings

Constructors

Methods

Name Value Summary
GetEnvironmentVariables(TPulumiSettings) IDictionary<string, string>
GetToolExecutableNames() IEnumerable<string>
GetToolName() string
Run(string, TPulumiSettings, Action<string[]>) void

Extension Methods

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