VagrantCommandRunner Class

Summary

Base class for Vagrant subcommands
graph BT Type-->Base0["Object"] Type["VagrantCommandRunner"] class Type type-node Derived0["VagrantSnapshotRunner"]-->Type click Derived0 "/api/Cake.Vagrant.Commands/VagrantSnapshotRunner" Derived1["VagrantDockerRunner"]-->Type click Derived1 "/api/Cake.Vagrant.Commands/VagrantDockerRunner" Derived2["VagrantBoxRunner"]-->Type click Derived2 "/api/Cake.Vagrant.Commands/VagrantBoxRunner" Derived3["VagrantPluginRunner"]-->Type click Derived3 "/api/Cake.Vagrant.Commands/VagrantPluginRunner"

Syntax

public abstract class VagrantCommandRunner

Properties

Name Value Summary
Log ICakeLog
Logging output
Runner Action<VagrantSettings, ProcessArgumentBuilder>
Action to trigger invocation of the CLI
Settings VagrantSettings
Settings for invocation of the Vagrant CLI

Extension Methods

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