This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Svn.
Summary
Base class for all Subversion operations.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn - Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type["SvnTool<TSettings>"]
class Type type-node
Derived0["SvnExporter"]-->Type
click Derived0 "/api/Cake.Svn.Export/SvnExporter"
Derived1["SvnStatusTool"]-->Type
click Derived1 "/api/Cake.Svn.Status/SvnStatusTool"
Derived2["SvnCheckouter"]-->Type
click Derived2 "/api/Cake.Svn.Checkout/SvnCheckouter"
Derived3["SvnAdder"]-->Type
click Derived3 "/api/Cake.Svn.Add/SvnAdder"
Derived4["SvnCleaner"]-->Type
click Derived4 "/api/Cake.Svn.CleanUp/SvnCleaner"
Derived5["SvnDeleter"]-->Type
click Derived5 "/api/Cake.Svn.Delete/SvnDeleter"
Derived6["SvnInfo"]-->Type
click Derived6 "/api/Cake.Svn.Info/SvnInfo"
Derived7["SvnVacuum"]-->Type
click Derived7 "/api/Cake.Svn.Vacuum/SvnVacuum"
Derived8["SvnUpdater"]-->Type
click Derived8 "/api/Cake.Svn.Update/SvnUpdater"
Syntax
public abstract class SvnTool<TSettings> where TSettings : SvnSettings
Type Parameters
Name | Description |
---|---|
TSettings | Type of the settings class. |
Constructors
Name | Summary |
---|---|
SvnTool |
Initializes a new instance of the SvnTool<TSettings> class.
|
Methods
Name | Value | Summary |
---|---|---|
Check |
void |
Checks the setting parameter is not null and throws an exception if it is.
|
GetClient |
ISvnClient |
Returns a new instance of a Subversion client.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|