BumpyRunner.

BumpyRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

Summary

Initializes a new instance of the BumpyRunner class.
Assembly
Cake.Bumpy.dll
Namespace
Cake.Bumpy
Containing Type
BumpyRunner

Syntax

public BumpyRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)

Parameters

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

Return Value

Type Description
void