YarnRunnerSettings Class

Summary

Yarn runner settings
graph BT Type-->Base0["ToolSettings"] Type["YarnRunnerSettings"] class Type type-node Derived0["YarnAuditSettings"]-->Type click Derived0 "/api/Cake.Yarn/YarnAuditSettings" Derived1["YarnInstallSettings"]-->Type click Derived1 "/api/Cake.Yarn/YarnInstallSettings" Derived2["YarnPublishSettings"]-->Type click Derived2 "/api/Cake.Yarn/YarnPublishSettings" Derived3["YarnAddSettings"]-->Type click Derived3 "/api/Cake.Yarn/YarnAddSettings" Derived4["YarnCacheSettings"]-->Type click Derived4 "/api/Cake.Yarn/YarnCacheSettings" Derived5["YarnRemoveSettings"]-->Type click Derived5 "/api/Cake.Yarn/YarnRemoveSettings" Derived6["YarnPackSettings"]-->Type click Derived6 "/api/Cake.Yarn/YarnPackSettings" Derived7["YarnVersionSettings"]-->Type click Derived7 "/api/Cake.Yarn/YarnVersionSettings" Derived8["YarnRunSettings"]-->Type click Derived8 "/api/Cake.Yarn/YarnRunSettings"

Syntax

public abstract class YarnRunnerSettings : ToolSettings

Constructors

Name Summary
YarnRunnerSettings(string) Creates Yarn Runner settings

Properties

Name Value Summary
Command string
The command being ran

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
Evaluate options

Extension Methods

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