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.WebDeploy.
Summary
Contains extension methods for
DeploySettings
.
- Assembly
- Cake
.WebDeploy .dll - Namespace
- Cake
.WebDeploy - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DeploySettingsExtensions"]
class Type type-node
Syntax
public static class DeploySettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
AddParameter |
DeploySettings |
Adds the parameter.
static
|
AddSkipRule |
DeploySettings |
Adds a
SkipRule .
static
|
AddSkipRule |
DeploySettings |
Adds a
SkipRule .
static
|
FromSourcePath |
DeploySettings |
Sets the source of the package to publish
static
|
SetAllowUntrusted |
DeploySettings |
Sets if untrusted certificates should be allowed
static
|
SetDelete |
DeploySettings |
Sets if files that no longer exist should be deleted
static
|
SetPublishUrl |
DeploySettings |
Sets the url to publish that package to
static
|
SetTraceLevel |
DeploySettings |
Sets the logging trace level
static
|
SetWhatIf |
DeploySettings |
Sets if operations will not be executed but events will still be fired
static
|
ToDestinationPath |
DeploySettings |
Sets the destination of the package to publish to
static
|
UseAgentType |
DeploySettings |
Sets the type of remote agent to connect to
static
|
UseAppOffline |
DeploySettings |
Sets if the target web app should be put offline during the deployment process.
static
|
UseChecksum |
DeploySettings |
Sets if deployment compares each file using a checksum value instead of datetime
static
|
UseComputerName |
DeploySettings |
Sets the computer name on publish to
static
|
UseNTLM |
DeploySettings |
Sets if NTLM authentication should be used
static
|
UsePassword |
DeploySettings |
Sets the credentials to use when connecting
static
|
UsePort |
DeploySettings |
Sets the remote port to connect on.
static
|
UseSiteName |
DeploySettings |
Sets the name of the website to publish
static
|
UseUsername |
DeploySettings |
Sets the credentials to use when connecting
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|