ReleaseType Class

Summary

Api parameter that sets the release distribution type.
Assembly
Cake.HockeyApp.dll
Namespace
Cake.HockeyApp
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ReleaseType"] class Type type-node

Syntax

public sealed class ReleaseType : Enum

Fields

Name Constant Value Summary
Alpha 2
Alpha release
static
Beta 0
Beta release
static
Enterprise 3
Enterprise release
static
Store 1
Store release
static
value__

Extension Methods

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