ScriptyRunner.

ScriptyRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator, FilePath, ScriptySettings) Constructor

Summary

Initializes a new instance of the ScriptyRunner class
Assembly
Cake.Scripty.dll
Namespace
Cake.Scripty
Containing Type
ScriptyRunner

Syntax

public ScriptyRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, FilePath projectFilePath, ScriptySettings settings)

Parameters

Name Type Description
fileSystem IFileSystem The file system
environment ICakeEnvironment The environment
processRunner IProcessRunner The process runner
tools IToolLocator The tools
projectFilePath FilePath Path to the project file
settings ScriptySettings Settings for running the tool

Return Value

Type Description
void