RemoteSettings Class

Summary

The settings used when running a remote target
Assembly
Cake.CakeBoss.dll
Namespace
Cake.CakeBoss
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["RemoteSettings"] class Type type-node

Syntax

public class RemoteSettings

Constructors

Name Summary
RemoteSettings() Initializes a new instance of the RemoteSettings class.

Properties

Name Value Summary
Host string
Gets or sets the computer to connect to
Password string
Gets or sets the credentials to use when connecting
Port int
Gets or sets the remote port to connect on
Url string
Gets or sets the full URI to connect to
Username string
Gets or sets the credentials to use when connecting

Extension Methods

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