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.grate.
Summary
Initializes a new instance of the
GrateRunner
class.
- Assembly
- Cake
.grate .dll - Namespace
- Cake
.Grate - Containing Type
- GrateRunner
Syntax
public GrateRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, Verbosity verbosity)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | An IFileSystem . |
environment | ICakeEnvironment | An ICakeEnvironment . |
processRunner | IProcessRunner | An IProcessRunner . |
tools | IToolLocator | An IToolLocator . |
verbosity | Verbosity | The verbosity or the logging. |
Return Value
Type | Description |
---|---|
void |