WebDeployManager Class

Summary

Responsible for deploying packages
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IWebDeployManager"] click Interface0 "/api/Cake.WebDeploy/IWebDeployManager" Type["WebDeployManager"] class Type type-node

Syntax

public class WebDeployManager : IWebDeployManager

Constructors

Name Summary
WebDeployManager(ICakeEnvironment, ICakeLog) Initializes a new instance of the WebDeployManager class.

Methods

Name Value Summary
Deploy(DeploySettings) DeploymentChangeSummary
Deploys the content of a website

Extension Methods

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