SvnStatusResult Class

Summary

Result for SvnStatusTool.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Status
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SvnStatusResult"] class Type type-node

Syntax

public sealed class SvnStatusResult

Constructors

Properties

Name Value Summary
FullPath string
Gets the path in normalized format.
LastChangedAuthor string
Gets the author of the last revision in which the node (or one of its descendants) changed.
LastChangedRevision long
Gets the last changed revision of the node item.
Path string
Gets the path of the file. The local path if requisting working version, otherwise the name of the file at the specified version.
RepositoryId Guid
Gets the UUID of the repository (if available). Otherwise System.Guid.Empty.
RepositoryRoot Uri
Gets the repository root Uri.
Revision long
Gets The revision of the node item.
SvnStatus SvnStatus
Gets the status of the subversion node.
Uri Uri
Gets the full Uri of the node.

Extension Methods

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