GulpRunner<TSettings>.

GulpRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

Summary

Initializes a new instance of the GulpRunner<TSettings> class.
Assembly
Cake.Gulp.dll
Namespace
Cake.Gulp
Containing Type
GulpRunner<TSettings>

Syntax

protected GulpRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)

Parameters

Name Type Description
fileSystem IFileSystem the file system.
environment ICakeEnvironment The cake environment.
processRunner IProcessRunner The cake process runner.
tools IToolLocator The tools locator.

Return Value

Type Description
void