Uses of Interface
hudson.plugins.android_emulator.sdk.cli.AdbShellCommands
Packages that use AdbShellCommands
-
Uses of AdbShellCommands in hudson.plugins.android_emulator.sdk.cli
Classes in hudson.plugins.android_emulator.sdk.cli that implement AdbShellCommandsModifier and TypeClassDescriptionclass
ExtendsAdbShellCommands04To22
and simply overwrites the commands which differ for devices running on API-level 3 and below.class
ExtendsAdbShellCommandsCurrentBase
and simply overwrites the commands which differ for devices running on API-level 4 to 22.class
This class holds the implementations for all used commands viaadb shell
on devices running the latest API.Methods in hudson.plugins.android_emulator.sdk.cli that return AdbShellCommandsModifier and TypeMethodDescriptionstatic AdbShellCommands
SdkCliCommandFactory.getAdbShellCommandForAPILevel
(int deviceAPILevel) Retrieve the correctAdbShellCommands
for the given API-Level of the device where the commands should run.