FtpDeployRunner<TSettings> Class

Assembly
Cake.FtpDeploy.dll
Namespace
Cake.FtpDeploy
Base Types
graph BT Type-->Base0["Tool<TSettings>"] Type["FtpDeployRunner<TSettings>"] class Type type-node

Syntax

public class FtpDeployRunner<TSettings> : Tool<TSettings> where TSettings : FtpDeploySettings, new()

Type Parameters

Name Description
TSettings

Constructors

Methods

Name Value Summary
Execute(TSettings) void
GetToolExecutableNames() IEnumerable<string>
GetToolName() string
ValidateSettings(TSettings) void

Extension Methods

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