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
Settings for
SvnInfo.
- Assembly
- Cake
.Svn .dll - Namespace
- Cake
.Svn .Info - Base Types
-
- Object
- SvnSettings
- SvnRemoteSettings
graph BT
Type-->Base0["SvnRemoteSettings"]
click Base0 "/api/Cake.Svn/SvnRemoteSettings"
Base0-->Base1["SvnSettings"]
click Base1 "/api/Cake.Svn/SvnSettings"
Base1-->Base2["Object"]
Type["SvnInfoSettings"]
class Type type-node
Syntax
public sealed class SvnInfoSettings : SvnRemoteSettings
Constructors
| Name | Summary |
|---|---|
| SvnInfoSettings |
Initializes a new instance of the SvnInfoSettings class.
|
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 a the tree depth to which Subversion should limit the scope.
|
| IncludeExternals | bool |
Gets or sets a value indicating whether externals should be included or not.
|
| Insecure | bool |
Gets or sets a value indicating whether insecure SSL certificates should be ignored or not.
Inherited from SvnRemoteSettings
|
| RetrieveActualOnly | bool |
Gets or sets a value indicating whether Subversion should include actual only
(tree conflict) nodes in the result (Default true).
|
| RetrieveExcluded | bool |
Gets or sets a value indicating whether Subversion should include excluded nodes in
the result (Default true).
|
| Revision | Nullable |
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 |
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 IssuesArgumentChecks
Requires the Cake.Issues addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp 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 |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
