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