Class SdkToolsCommands00To16
java.lang.Object
hudson.plugins.android_emulator.sdk.cli.SdkToolsCommandsCurrentBase
hudson.plugins.android_emulator.sdk.cli.SdkToolsCommands17To25_2
hudson.plugins.android_emulator.sdk.cli.SdkToolsCommands00To16
- All Implemented Interfaces:
SdkToolsCommands
Extends
SdkToolsCommandsCurrentBase
and simply overwrites the commands
which differ for SDK with major version prior 17.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSdkInstallAndUpdateCommand
(String proxySettings, List<String> components) Methods inherited from class hudson.plugins.android_emulator.sdk.cli.SdkToolsCommands17To25_2
getCreatedAvdCommand, getListExistingTargetsCommand, getListSdkComponentsCommand, getListSystemImagesCommand, getUpdateLibProjectCommand, getUpdateProjectCommand, getUpdateTestProjectCommand, isImageForPlatformAndABIInstalled
Methods inherited from class hudson.plugins.android_emulator.sdk.cli.SdkToolsCommandsCurrentBase
getAdbInstallPackageCommand, getAdbKillServerCommand, getAdbStartServerCommand, getAdbUninstallPackageCommand, getCreateSdkCardCommand, getEmulatorListSnapshotsCommand
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.plugins.android_emulator.sdk.cli.SdkToolsCommands
getAdbInstallPackageCommand, getAdbKillServerCommand, getAdbStartServerCommand, getAdbUninstallPackageCommand, getCreatedAvdCommand, getCreateSdkCardCommand, getEmulatorListSnapshotsCommand, getListExistingTargetsCommand, getListSdkComponentsCommand, getListSystemImagesCommand, getUpdateLibProjectCommand, getUpdateProjectCommand, getUpdateTestProjectCommand, isImageForPlatformAndABIInstalled
-
Constructor Details
-
SdkToolsCommands00To16
public SdkToolsCommands00To16()
-
-
Method Details
-
getSdkInstallAndUpdateCommand
- Specified by:
getSdkInstallAndUpdateCommand
in interfaceSdkToolsCommands
- Overrides:
getSdkInstallAndUpdateCommand
in classSdkToolsCommands17To25_2
-