DeploySettings Class

Assembly
Cake.DeployParams.dll
Namespace
Cake.DeployParams
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DeploySettings"] class Type type-node

Syntax

public class DeploySettings

Constructors

Name Summary
DeploySettings()

Properties

Name Value Summary
AgentType RemoteAgent
AllowUntrusted bool
ComputerName string
DeclareParamFile FilePath
Delete bool
DestinationPath FilePath
DestProvider DeploymentWellKnownProvider
NTLM bool
Parameters Dictionary<string, string>
Password string
Port int
PublishUrl string
SiteName string
SkipRules List<SkipRule>
SourcePath FilePath
SourceProvider DeploymentWellKnownProvider
TraceLevel TraceLevel
Username string
WhatIf bool

Extension Methods

Name Value Summary
AddParameter(string, string) DeploySettings
Requires the Cake.DeployParams addin
AddSkipRule(SkipRule) DeploySettings
Requires the Cake.DeployParams addin
AddSkipRule(string, string, string, string, string) DeploySettings
Requires the Cake.DeployParams addin
Dump<DeploySettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
FromSourcePath(string) DeploySettings
Requires the Cake.DeployParams addin
IsIn<DeploySettings>(DeploySettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<DeploySettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<DeploySettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
SetAllowUntrusted(bool) DeploySettings
Requires the Cake.DeployParams addin
SetDelete(bool) DeploySettings
Requires the Cake.DeployParams addin
SetPublishUrl(string) DeploySettings
Requires the Cake.DeployParams addin
SetTraceLevel(TraceLevel) DeploySettings
Requires the Cake.DeployParams addin
SetWhatIf(bool) DeploySettings
Requires the Cake.DeployParams addin
ThrowIfNull<DeploySettings>(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<DeploySettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDestinationPath(string) DeploySettings
Requires the Cake.DeployParams addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
UseAgentType(RemoteAgent) DeploySettings
Requires the Cake.DeployParams addin
UseComputerName(string) DeploySettings
Requires the Cake.DeployParams addin
UseNTLM(bool) DeploySettings
Requires the Cake.DeployParams addin
UsePassword(string) DeploySettings
Requires the Cake.DeployParams addin
UsePort(int) DeploySettings
Requires the Cake.DeployParams addin
UseSiteName(string) DeploySettings
Requires the Cake.DeployParams addin
UseUsername(string) DeploySettings
Requires the Cake.DeployParams addin