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 TypeClassDescriptionclassExtendsSdkToolsCommandsCurrentBaseand simply overwrites the commands which differ for SDK with major version prior 17.classExtendsSdkToolsCommandsCurrentBaseand simply overwrites the commands which differ for SDK Tools version 17 to 25.2.classThis 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 SdkToolsCommandsSdkCliCommandFactory.getCommandsForSdk(AndroidSdk androidSdk) Retrieve the correctSdkCommandsfor the given Android SDK.static SdkToolsCommandsSdkCliCommandFactory.getCommandsForSdk(String sdkToolsVersion) Retrieve the correctSdkCommandsfor the given SDK Tools major version.