This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.SdkManager.
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
Name | Summary |
---|---|
Android |
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 | Android |
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 |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|