AndroidSdkManagerToolSettings Class

Summary

Android SDK Manager tool settings.
Assembly
Cake.Android.SdkManager.dll
Namespace
Cake.AndroidSdkManager
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["AndroidSdkManagerToolSettings"] class Type type-node

Syntax

public class AndroidSdkManagerToolSettings : ToolSettings

Constructors

Properties

Name Value Summary
Channel AndroidSdkChannel
Gets or sets the release channel.
IncludeObsolete bool
Gets or sets a value indicating whether or not to include obsoleted packages.
NoHttps bool
Gets or sets a value indicating whether HTTPS should be used.
ProxyHost string
Gets or sets the proxy host.
ProxyPort int
Gets or sets the proxy port.
ProxyType AndroidSdkManagerProxyType
Gets or sets the type of the proxy to be used.
SdkRoot DirectoryPath
Gets or sets the Android SDK root path.
SkipVersionCheck bool
Gets or sets a value indicating whether to skip the sdkmanager version check. By default, the sdkmanager version is checked before each invocation to ensure a new enough version is in use.

Extension Methods

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