HockeyAppUploadResult Class

Summary

Result returned after succesfull upload.
Assembly
Cake.HockeyApp.dll
Namespace
Cake.HockeyApp
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["HockeyAppUploadResult"] class Type type-node

Syntax

public class HockeyAppUploadResult

Constructors

Properties

Name Value Summary
ConfigUrl string
Url to configure this package.
DownloadStatus DownloadStatus
Indicates if public download is allowed.
PublicUrl string
Public url to download this package.
Title string
Title of this app package.
VersionId string
Internal HockeyApp version id

Extension Methods

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