Uses of Class
hudson.plugins.android_emulator.sdk.cli.SdkCliCommand
Packages that use SdkCliCommand
Package
Description
-
Uses of SdkCliCommand in hudson.plugins.android_emulator
Methods in hudson.plugins.android_emulator with parameters of type SdkCliCommandModifier and TypeMethodDescriptionAndroidEmulatorContext.getToolCommand
(SdkCliCommand sdkCmd) Generates a ready-to-use ArgumentListBuilder for one of the Android SDK tools, based on the current context.AndroidEmulatorContext.getToolProcStarter
(SdkCliCommand sdkCmd) Generates a ready-to-use ProcStarter for one of the Android SDK tools, based on the current context.AndroidEmulatorContext.getToolProcStarter
(SdkCliCommand sdkCmd, EnvVars env) Generates a ready-to-use ProcStarter for one of the Android SDK tools, based on the current context. -
Uses of SdkCliCommand in hudson.plugins.android_emulator.sdk.cli
Methods in hudson.plugins.android_emulator.sdk.cli that return SdkCliCommandModifier and TypeMethodDescriptionstatic SdkCliCommand
SdkCliCommand.createNoopCommand()
SdkToolsCommands.getAdbInstallPackageCommand
(String deviceIdentifier, String packageFileName) SdkToolsCommandsCurrentBase.getAdbInstallPackageCommand
(String deviceIdentifier, String packageFileName) SdkToolsCommands.getAdbKillServerCommand()
SdkToolsCommandsCurrentBase.getAdbKillServerCommand()
protected SdkCliCommand
AdbShellCommandsCurrentBase.getAdbShellCommand
(String deviceSerial, boolean waitForDevice, String command) Generic method to generate and 'adb shell' command to run on the given device.protected SdkCliCommand
AdbShellCommandsCurrentBase.getAdbShellCommand
(String deviceSerial, String command) Generic method to generate and 'adb shell' command to run on the given device.SdkToolsCommands.getAdbStartServerCommand()
SdkToolsCommandsCurrentBase.getAdbStartServerCommand()
SdkToolsCommands.getAdbUninstallPackageCommand
(String deviceIdentifier, String packageId) SdkToolsCommandsCurrentBase.getAdbUninstallPackageCommand
(String deviceIdentifier, String packageId) AdbShellCommands.getClearMainLogCommand
(String deviceSerial) AdbShellCommandsCurrentBase.getClearMainLogCommand
(String deviceSerial) SdkToolsCommands.getCreatedAvdCommand
(String avdName, boolean supportsSnapshots, String sdCardSize, String screenResolutionSkinName, String deviceDefinition, String androidTarget, String systemImagePackagePath, String tag) SdkToolsCommands17To25_2.getCreatedAvdCommand
(String avdName, boolean supportsSnapshots, String sdCardSize, String screenResolutionSkinName, String deviceDefinition, String androidTarget, String systemImagePackagePath, String tag) SdkToolsCommandsCurrentBase.getCreatedAvdCommand
(String avdName, boolean supportsSnapshots, String sdCardSize, String screenResolutionSkinName, String deviceDefinition, String androidTarget, String systemImagePackagePath, String tag) SdkToolsCommands.getCreateSdkCardCommand
(String absolutePathToSdCard, String requestedSdCardSize) Creates the command (Tool
and arguments to created a sdcard-images.SdkToolsCommandsCurrentBase.getCreateSdkCardCommand
(String absolutePathToSdCard, String requestedSdCardSize) AdbShellCommand04To22.getDismissKeyguardCommand
(String deviceSerial) AdbShellCommands.getDismissKeyguardCommand
(String deviceSerial) AdbShellCommandsCurrentBase.getDismissKeyguardCommand
(String deviceSerial) SdkToolsCommands.getEmulatorListSnapshotsCommand
(String avdName, Tool executable) SdkToolsCommandsCurrentBase.getEmulatorListSnapshotsCommand
(String avdName, Tool executable) SdkToolsCommands.getListExistingTargetsCommand()
SdkToolsCommands17To25_2.getListExistingTargetsCommand()
SdkToolsCommandsCurrentBase.getListExistingTargetsCommand()
AdbShellCommands.getListProcessesCommand
(String deviceSerial) AdbShellCommandsCurrentBase.getListProcessesCommand
(String deviceSerial) SdkToolsCommands.getListSdkComponentsCommand()
SdkToolsCommands17To25_2.getListSdkComponentsCommand()
SdkToolsCommandsCurrentBase.getListSdkComponentsCommand()
SdkToolsCommands.getListSystemImagesCommand()
SdkToolsCommands17To25_2.getListSystemImagesCommand()
SdkToolsCommandsCurrentBase.getListSystemImagesCommand()
AdbShellCommands.getLogMessageCommand
(String deviceSerial, String logMessage) AdbShellCommandsCurrentBase.getLogMessageCommand
(String deviceSerial, String logMessage) AdbShellCommands.getMonkeyInputCommand
(String deviceSerial, long seedValue, int throttleMs, String extraArgs, int eventCount) AdbShellCommandsCurrentBase.getMonkeyInputCommand
(String deviceSerial, long seedValue, int throttleMs, String extraArgs, int eventCount) SdkToolsCommands.getSdkInstallAndUpdateCommand
(String proxySettings, List<String> components) SdkToolsCommands00To16.getSdkInstallAndUpdateCommand
(String proxySettings, List<String> components) SdkToolsCommands17To25_2.getSdkInstallAndUpdateCommand
(String proxySettings, List<String> components) SdkToolsCommandsCurrentBase.getSdkInstallAndUpdateCommand
(String proxySettings, List<String> components) AdbShellCommands.getSendBackKeyEventCommand
(String deviceSerial) AdbShellCommandsCurrentBase.getSendBackKeyEventCommand
(String deviceSerial) AdbShellCommands.getSendKeyEventCommand
(String deviceSerial, AndroidKeyEvent keyEvent) AdbShellCommandsCurrentBase.getSendKeyEventCommand
(String deviceSerial, AndroidKeyEvent keyEvent) AdbShellCommands.getSetLogCatFormatToTimeCommand
(String deviceSerial) AdbShellCommandsCurrentBase.getSetLogCatFormatToTimeCommand
(String deviceSerial) SdkToolsCommands.getUpdateLibProjectCommand
(String projectPath) Deprecated.SdkToolsCommands17To25_2.getUpdateLibProjectCommand
(String projectPath) SdkToolsCommandsCurrentBase.getUpdateLibProjectCommand
(String projectPath) SdkToolsCommands.getUpdateProjectCommand
(String projectPath) Deprecated.SdkToolsCommands17To25_2.getUpdateProjectCommand
(String projectPath) SdkToolsCommandsCurrentBase.getUpdateProjectCommand
(String projectPath) SdkToolsCommands.getUpdateTestProjectCommand
(String projectPath, String testMainClass) Deprecated.SdkToolsCommands17To25_2.getUpdateTestProjectCommand
(String projectPath, String testMainClass) SdkToolsCommandsCurrentBase.getUpdateTestProjectCommand
(String projectPath, String testMainClass) AdbShellCommand00To03.getWaitForDeviceStartupCommand
(String deviceSerial) AdbShellCommands.getWaitForDeviceStartupCommand
(String deviceSerial) AdbShellCommandsCurrentBase.getWaitForDeviceStartupCommand
(String deviceSerial) -
Uses of SdkCliCommand in hudson.plugins.android_emulator.util
Methods in hudson.plugins.android_emulator.util with parameters of type SdkCliCommandModifier and TypeMethodDescriptionstatic ArgumentListBuilder
Utils.getToolCommand
(AndroidSdk androidSdk, boolean isUnix, SdkCliCommand sdkCmd) Generates a ready-to-use ArgumentListBuilder for one of the Android SDK tools.static void
Utils.runAndroidTool
(Launcher launcher, EnvVars env, OutputStream stdout, OutputStream stderr, AndroidSdk androidSdk, SdkCliCommand sdkCmd, FilePath workingDirectory) static void
Utils.runAndroidTool
(Launcher launcher, EnvVars env, OutputStream stdout, OutputStream stderr, AndroidSdk androidSdk, SdkCliCommand sdkCmd, FilePath workingDirectory, long timeoutMs) static void
Utils.runAndroidTool
(Launcher launcher, OutputStream stdout, OutputStream stderr, AndroidSdk androidSdk, SdkCliCommand sdkCmd, FilePath workingDirectory) Runs an Android tool on the remote build node and waits for completion before returning.