SvnStatusSettings Class

Summary

Settings for SvnStatusTool
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Status
Base Types
graph BT Type-->Base0["SvnRemoteSettings"] click Base0 "/api/Cake.Svn/SvnRemoteSettings" Base0-->Base1["SvnSettings"] click Base1 "/api/Cake.Svn/SvnSettings" Base1-->Base2["Object"] Type["SvnStatusSettings"] class Type type-node

Syntax

public sealed class SvnStatusSettings : SvnRemoteSettings

Constructors

Name Summary
SvnStatusSettings()

Properties

Name Value Summary
Credentials SvnCredentials
Gets or sets the credentials to use for accessing the repository.
Inherited from SvnRemoteSettings
Depth SvnDepth
Gets or sets the tree depth to which Subversion should limit the scope.
IgnoreExternals bool
Gets or sets a value indicating whether externals should be ignored.
IgnoreWorkingCopyStatus bool
Gets or sets a value indicating whether working copy status should be ignored.
Insecure bool
Gets or sets a value indicating whether insecure SSL certificates should be ignored or not.
Inherited from SvnRemoteSettings
KeepDepth bool
Gets or sets a value indicating whether in addition to updating paths also the sticky ambient depth value must be set to depth. Gets or sets a value indicating whether excluded nodes should be shown as additions if also RetrieveRemoteStatus is set to true. This behavior is the same as an update with KeepDepth.
RetrieveAllEntries bool
Gets or sets a value indicating whether all status properties should be retrieved.
RetrieveIgnoredEntries bool
Gets or sets a value indicating whether ignored files should be retrieved.
RetrieveRemoteStatus bool
Gets or sets a value indicating whether the repository should be contacted to retrieve out of date information
Revision Nullable<long>
Gets or sets the value of the revision on which Subversion should operate. Use null for the default revision, -1 for the head revision and numbers bigger than -1 for a certain revision.
ThrowOnCancel bool
Gets or sets a value indicating whether the call must throw an error if the operation is canceled. Defaults to true.
Inherited from SvnSettings
ThrowOnError bool
Gets or sets a value indicating whether the call must throw an error if an error occurs. Defaults to true.
Inherited from SvnSettings
ThrowOnWarning bool
Gets or sets a value indicating whether the call must throw an error if a non fatal error occurs. Defaults to false.
Inherited from SvnSettings

Extension Methods

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