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
Initializes a new instance of the
VagrantRunner
class
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant - Containing Type
- VagrantRunner
Syntax
public VagrantRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, ICakeLog log)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system |
environment | ICakeEnvironment | The environment |
processRunner | IProcessRunner | The process runner |
tools | IToolLocator | The tool locator |
log | ICakeLog | Logging handler |
Return Value
Type | Description |
---|---|
void |