Uses of Interface
hudson.plugins.android_emulator.sdk.cli.SdkToolsCommands
Packages that use SdkToolsCommands
-
Uses of SdkToolsCommands in hudson.plugins.android_emulator.sdk.cli
Classes in hudson.plugins.android_emulator.sdk.cli that implement SdkToolsCommandsModifier and TypeClassDescriptionclass
ExtendsSdkToolsCommandsCurrentBase
and simply overwrites the commands which differ for SDK with major version prior 17.class
ExtendsSdkToolsCommandsCurrentBase
and simply overwrites the commands which differ for SDK Tools version 17 to 25.2.class
This class holds the implementations for all used commands in the latest SDK version.Methods in hudson.plugins.android_emulator.sdk.cli that return SdkToolsCommandsModifier and TypeMethodDescriptionstatic SdkToolsCommands
SdkCliCommandFactory.getCommandsForSdk
(AndroidSdk androidSdk) Retrieve the correctSdkCommands
for the given Android SDK.static SdkToolsCommands
SdkCliCommandFactory.getCommandsForSdk
(String sdkToolsVersion) Retrieve the correctSdkCommands
for the given SDK Tools major version.