SvnStatusTool Class

Summary

Class for getting file and directory status for Subversion directory trees.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Status
Base Types
graph BT Type-->Base0["SvnTool<SvnStatusSettings>"] Base0-->Base1["Object"] Type["SvnStatusTool"] class Type type-node

Syntax

public sealed class SvnStatusTool : SvnTool<SvnStatusSettings>

Constructors

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

Methods

Name Value Summary
Status(DirectoryPath, SvnStatusSettings) IEnumerable<SvnStatusResult>
Gets Subversion status about the directory at directoryPath.
Status(FilePath, SvnStatusSettings) IEnumerable<SvnStatusResult>
Gets Subversion status about the file at filePath.

Extension Methods

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