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.Adb.
Summary
Cake build aliases for Android ADB commands
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["AdbAliases"]
class Type type-node
Syntax
public static class AdbAliases
Attributes
| Type | Description |
|---|---|
| Cake |
Methods
| Name | Value | Summary |
|---|---|---|
| AdbBugReport |
List |
Dumps out a bug report.
static
|
| AdbConnect |
void |
Connects to a device or emulator by IP address.
static
|
| AdbDevices |
List |
Gets a list of all attached emulator/device instances.
static
|
| AdbDisconnect |
void |
Disconnects from a device or emulator.
static
|
| AdbEmuKill |
bool |
Kills an emulator by serial
static
|
| AdbGetAvdName |
string |
Connects to an emulator and queries its avd name
static
|
| AdbGetSerialNumber |
string |
Gets the target's serial.
static
|
| AdbGetState |
string |
Gets the target's state.
static
|
| AdbInstall |
void |
Installs an Android .APK file.
static
|
| AdbKillServer |
void |
Terminates the adb server process.
static
|
| AdbLogcat |
List |
Dumps out Logcat output.
static
|
| AdbPull |
bool |
Pulls a directory from the target to a local destination.
static
|
| AdbPull |
bool |
Pulls a file from the target to a local destination.
static
|
| AdbPull |
bool |
Pulls a file from the target to a local destination.
static
|
| AdbPush |
bool |
Pushes a local directory to the remote destination on the target.
static
|
| AdbPush |
bool |
Pushes a local file to the remote destination on the target.
static
|
| AdbPush |
bool |
Pushes a local file to the remote destination on the target.
static
|
| AdbRun |
List |
Runs adb with an arbitrary list of arguments
static
|
| AdbScreenCapture |
void |
Captures a screenshot from the target.
static
|
| AdbScreenRecord |
void |
Records the screen of the target.
static
|
| AdbShell |
List |
Executes a shell command on the target.
static
|
| AdbStartServer |
void |
Checks whether the adb server process is running and starts it, if not.
static
|
| AdbUninstall |
void |
Uninstalls an application from the target.
static
|
| AdbVersion |
string |
Gets the adb version number.
static
|
| AdbWaitFor |
void |
Waits for a given transport and state
static
|
| Adb |
bool |
Waits for an emulator to boot (dev.bootcomplete=1)
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
