SvnAdder Class

Summary

Class for adding files or directories to Subversion directory trees.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Add
Base Types
graph BT Type-->Base0["SvnTool<SvnAddSettings>"] Base0-->Base1["Object"] Type["SvnAdder"] class Type type-node

Syntax

public sealed class SvnAdder : SvnTool<SvnAddSettings>

Constructors

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

Methods

Name Value Summary
Add(DirectoryPath, SvnAddSettings) bool
Add a directory to Subversion.
Add(FilePath, SvnAddSettings) bool
Add a file to Subversion.

Extension Methods

Name Value Summary
Dump<SvnAdder>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SvnAdder>(SvnAdder[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SvnAdder>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SvnAdder>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SvnAdder>(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<SvnAdder>(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