PaketPushSettings Class

Summary

Contains settings used by Cake.Paket.Addin.Push.PaketPusher. See Paket Push for more details.
Assembly
Cake.Paket.Addin.dll
Namespace
Cake.Paket.Addin.Push
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["PaketPushSettings"] class Type type-node

Syntax

public sealed class PaketPushSettings : ToolSettings

Constructors

Name Summary
PaketPushSettings()

Properties

Name Value Summary
ApiKey string
Gets or sets the apikey.
EndPoint string
Gets or sets the endpoint.
Url string
Gets or sets the url.

Extension Methods

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