SvnCleaner.

SvnCleaner(ICakeEnvironment, Func<ISvnClient>) Constructor

Summary

Initializes a new instance of the SvnCleaner class.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.CleanUp
Containing Type
SvnCleaner

Syntax

public SvnCleaner(ICakeEnvironment environment, Func<ISvnClient> clientFactoryMethod)

Parameters

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

Return Value

Type Description
void