SvnTool<TSettings>.

SvnTool(Func<ISvnClient>) Constructor

Summary

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

Syntax

protected SvnTool(Func<ISvnClient> clientFactoryMethod)

Parameters

Name Type Description
clientFactoryMethod Func<ISvnClient> Method to use to initialize a Subversion client.

Return Value

Type Description
void