BuildScriptHost.

BuildScriptHost(ICakeEngine, IExecutionStrategy, ICakeContext, ICakeReportPrinter, ICakeLog) Constructor

Summary

Initializes a new instance of the BuildScriptHost class.
Namespace
Cake.Cli
Containing Type
BuildScriptHost

Syntax

public BuildScriptHost(ICakeEngine engine, IExecutionStrategy executionStrategy, ICakeContext context, ICakeReportPrinter reportPrinter, ICakeLog log)

Parameters

Name Type Description
engine ICakeEngine The engine.
executionStrategy IExecutionStrategy The execution strategy.
context ICakeContext The context.
reportPrinter ICakeReportPrinter The report printer.
log ICakeLog The log.

Return Value

Type Description
void