C# Class CodeCake.BuildScriptHost

The script host used to execute Cake scripts.
Inheritance: ScriptHost
Afficher le fichier Open project: SimpleGitVersion/CodeCake

Méthodes publiques

Méthode 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 méthode

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

RunTarget() public méthode

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