AdbToolSettings Class

Summary

Tool Settings for Android ADB Aliases
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["AdbToolSettings"] class Type type-node

Syntax

public class AdbToolSettings : ToolSettings

Constructors

Name Summary
AdbToolSettings()

Properties

Name Value Summary
SdkRoot DirectoryPath
Gets or sets the Android SDK HOME root path to invoke tools from.
Serial string
Gets or sets the serial of a specific device or emulator to target commands with. This must be specified if multiple devices are seen by ADB, and only works on commands that are specific to a device.

Extension Methods

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