SvnDeleter Class

Summary

Class for deleting files or directories from Subversion directory trees.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Delete
Base Types
graph BT Type-->Base0["SvnTool<SvnDeleteSettings>"] Base0-->Base1["Object"] Type["SvnDeleter"] class Type type-node

Syntax

public sealed class SvnDeleter : SvnTool<SvnDeleteSettings>

Constructors

Name Summary
SvnDeleter(ICakeEnvironment, Func<ISvnClient>) Initializes a new instance of the SvnDeleter class.

Methods

Name Value Summary
Delete(DirectoryPath, SvnDeleteSettings) bool
Delete a directory from Subversion.
Delete(FilePath, SvnDeleteSettings) bool
Delete a file from Subversion.

Extension Methods

Name Value Summary
Dump<SvnDeleter>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SvnDeleter>(SvnDeleter[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SvnDeleter>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SvnDeleter>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SvnDeleter>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<SvnDeleter>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin