Summary
Initializes a new instance of the
BuildScriptHost<TContext>
class.
- Namespace
- Cake
.Cli - Containing Type
- BuildScriptHost
<TContext>
Syntax
public BuildScriptHost(ICakeEngine engine, IExecutionStrategy executionStrategy, TContext context, ICakeReportPrinter reportPrinter, ICakeLog log)
Parameters
Name | Type | Description |
---|---|---|
engine | ICakeEngine | The engine. |
executionStrategy | IExecutionStrategy | The execution strategy. |
context | TContext | The context. |
reportPrinter | ICakeReportPrinter | The report printer. |
log | ICakeLog | The log. |
Return Value
Type | Description |
---|---|
void |