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