C# Class CodeCake.BuildScriptHost

The script host used to execute Cake scripts.
Inheritance: ScriptHost
显示文件 Open project: SimpleGitVersion/CodeCake

Public Methods

Method Description
BuildScriptHost ( ICakeEngine engine, ICakeContext context ) : System

Initializes a new instance of the BuildScriptHost class.

RunTarget ( string target ) : CakeReport

This can never be called.

Method Details

BuildScriptHost() public method

Initializes a new instance of the BuildScriptHost class.
public BuildScriptHost ( ICakeEngine engine, ICakeContext context ) : System
engine ICakeEngine The engine.
context ICakeContext The context.
return System

RunTarget() public method

This can never be called.
public RunTarget ( string target ) : CakeReport
target string The target to run.
return CakeReport