Package hudson.plugins.android_emulator
Interface Constants
public interface Constants
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe 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 Stringstatic final StringEnvironment variables the plugin usesstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringDeprecated.static final Stringstatic final Stringstatic final StringSets the path to the SDK installation directory.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String[]Commonly-used hardware properties that can be emulated.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringBuild ID? of the recent version of the Android SDK that will be installed.static final StringRecent version of the Android SDK that will be installed.static final StringName 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_ROOTinstead 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_ROOTinstead if this.