Cake.HockeyApp Namespace

Class Types

Class Summary
DownloadStatus Api parameter option for allowing app downloads.
HockeyAppAliases

Contains functionality related to HockeyApp.

It allows you to upload an app package to HockeyApp with just one line of code. In order to use the exposed commands you have to add the following line at top of your build.cake file.

#addin Cake.HockeyApp
HockeyAppUploadResult Result returned after succesfull upload.
HockeyAppUploadSettings Contains settings used by Cake.HockeyApp.Internal.HockeyAppClient For a detailed information look at the official API Documentation
MandatoryOption Api parameter option to set the version manditory. Default NotMandatory
NoteType Api parameter option for release notes type.
NotifyOption Api parameter option for notifying testers.
ReleaseType Api parameter that sets the release distribution type.

Namespaces

Namespace Summary
Cake.HockeyApp.Internal