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