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
Gets a new instance of the
VagrantDockerRunner
class
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Commands - Containing Type
- VagrantDockerRunner
Syntax
public VagrantDockerRunner(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 |