This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
Summary
Creates a new instance of the
VagrantPluginRunner
class
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Commands - Containing Type
- VagrantPluginRunner
Syntax
public VagrantPluginRunner(ICakeLog log, Action<VagrantSettings, ProcessArgumentBuilder> runCallback, VagrantSettings settings)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | Logging output |
runCallback | Action |
Action to trigger invocation of the CLI |
settings | VagrantSettings | Settings for invocation of the Vagrant CLI |
Return Value
Type | Description |
---|---|
void |