Package hudson.plugins.android_emulator
Interface Constants
public interface Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The locale to which Android emulators default if not otherwise specified.static final String[]
Locales supported: http://developer.android.com/sdk/android-3.0.html#locsstatic final String
static final String
Environment variables the plugin usesstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
Sets the path to the SDK installation directory.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String[]
Commonly-used hardware properties that can be emulated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Build ID? of the recent version of the Android SDK that will be installed.static final String
Recent version of the Android SDK that will be installed.static final String
Name of the snapshot image we will use.static final String[]
Common ABIs. -
Method Summary
Static Methods
-
Field Details
-
DEFAULT_LOCALE
The locale to which Android emulators default if not otherwise specified.- See Also:
-
EMULATOR_LOCALES
Locales supported: http://developer.android.com/sdk/android-3.0.html#locs -
HARDWARE_PROPERTIES
Commonly-used hardware properties that can be emulated. -
TARGET_ABIS
Common ABIs. -
SNAPSHOT_NAME
Name of the snapshot image we will use.- See Also:
-
SDK_TOOLS_DEFAULT_VERSION
Recent version of the Android SDK that will be installed. The download URL changed from using a version to having a build id. So it's crucial to keep this version in sync with the BUILD_ID variable beneath.- See Also:
-
SDK_TOOLS_DEFAULT_BUILD_ID
Build ID? of the recent version of the Android SDK that will be installed. The download URL changed from using a version to having a build id. So it's crucial to keep this build id in sync with the VERSION variable above.- See Also:
-
REGEX_VARIABLE
- See Also:
-
REGEX_AVD_NAME
- See Also:
-
REGEX_LOCALE
- See Also:
-
REGEX_SCREEN_DENSITY
- See Also:
-
REGEX_SCREEN_RESOLUTION
- See Also:
-
REGEX_SCREEN_RESOLUTION_ALIAS
- See Also:
-
REGEX_SCREEN_RESOLUTION_FULL
- See Also:
-
REGEX_SD_CARD_SIZE
- See Also:
-
REGEX_SNAPSHOT
- See Also:
-
ENV_VAR_ANDROID_ADB_SERVER_PORT
Environment variables the plugin uses- See Also:
-
ENV_VAR_ANDROID_AVD_ADB_PORT
- See Also:
-
ENV_VAR_ANDROID_AVD_DENSITY
- See Also:
-
ENV_VAR_ANDROID_AVD_DEVICE
- See Also:
-
ENV_VAR_ANDROID_AVD_LOCALE
- See Also:
-
ENV_VAR_ANDROID_AVD_NAME
- See Also:
-
ENV_VAR_ANDROID_AVD_OS
- See Also:
-
ENV_VAR_ANDROID_AVD_RESOLUTION
- See Also:
-
ENV_VAR_ANDROID_AVD_SKIN
- See Also:
-
ENV_VAR_ANDROID_AVD_USER_PORT
- See Also:
-
ENV_VAR_ANDROID_HOME
Deprecated.UseENV_VAR_ANDROID_SDK_ROOT
instead if this.- See Also:
-
ENV_VAR_ANDROID_SDK
- See Also:
-
ENV_VAR_ANDROID_SDK_HOME
- See Also:
-
ENV_VAR_ANDROID_SDK_ROOT
Sets the path to the SDK installation directory. Once set, the value does not typically change, and can be shared by multiple users on the same machine.Example: C:\AndroidSDK or ~/android-sdk/
- See Also:
-
ENV_VAR_ANDROID_SERIAL
- See Also:
-
ENV_VAR_ANDROID_TMP_LOGCAT_FILE
- See Also:
-
ENV_VAR_ANDROID_USE_SDK_WRAPPER
- See Also:
-
ENV_VAR_JENKINS_ANDROID_HOME
- See Also:
-
ENV_VAR_JENKINS_WORKSPACE
- See Also:
-
ENV_VAR_LD_LIBRARY_PATH
- See Also:
-
ENV_VAR_SYSTEM_HOME
- See Also:
-
ENV_VAR_SYSTEM_HOMEDRIVE
- See Also:
-
ENV_VAR_SYSTEM_HOMEPATH
- See Also:
-
ENV_VAR_SYSTEM_PATH
- See Also:
-
ENV_VAR_SYSTEM_USERPROFILE
- See Also:
-
ENV_VAR_PATH_SDK_PLATFORM_TOOLS
- See Also:
-
ENV_VAR_PATH_SDK_TOOLS
- See Also:
-
ENV_VAR_QEMU_AUDIO_DRV
- See Also:
-
ENV_VALUE_QEMU_AUDIO_DRV_NONE
- See Also:
-
-
Method Details
-
isLatestVersion
-
ENV_VAR_ANDROID_SDK_ROOT
instead if this.