PlasticSCMTool<TSettings>.

PlasticSCMTool(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator, ICakeLog, string) Constructor

Assembly
Cake.PlasticSCM.dll
Namespace
Cake.PlasticSCM
Containing Type
PlasticSCMTool<TSettings>

Syntax

protected PlasticSCMTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, ICakeLog log, string command)

Parameters

Name Type Description
fileSystem IFileSystem
environment ICakeEnvironment
processRunner IProcessRunner
tools IToolLocator
log ICakeLog
command string

Return Value

Type Description
void