Summary
Initializes a new instance of the
DefaultExecutionStrategy
class.
- Namespace
- Cake
.Core - Containing Type
- Default
Execution Strategy
Syntax
public DefaultExecutionStrategy(ICakeLog log, ICakeReportPrinter reportPrinter)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The log. |
reportPrinter | ICakeReportPrinter | The report printer. |
Return Value
Type | Description |
---|---|
void |