SvnInfoResult Class

Summary

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

Syntax

public sealed class SvnInfoResult

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.
NodeKind SvnKind
Gets the kind of the subversion node.
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 Guid.Empty.
RepositoryRoot Uri
Gets the repository root Uri.
Revision long
Gets The revision of the node item.
Uri Uri
Gets the full Uri of the node.

Extension Methods

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