RemoteBuildInfo.BuildAttributeKey
public
static
final
enum
RemoteBuildInfo.BuildAttributeKey
extends Enum<RemoteBuildInfo.BuildAttributeKey>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.google.android.tradefed.build.RemoteBuildInfo.BuildAttributeKey> | |
| ↳ | com.google.android.tradefed.build.RemoteBuildInfo.BuildAttributeKey | |
Summary
Enum values | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
APP_APKS
application apk and test apk file paths. |
RemoteBuildInfo.BuildAttributeKey |
BASEBAND
The baseband path |
RemoteBuildInfo.BuildAttributeKey |
BOOTLOADER
The bootloader path |
RemoteBuildInfo.BuildAttributeKey |
BRANCH
The branch of the build |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ALIAS
An alias for the build. |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ATTEMPT_ID
The build attempt ID |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ID
The unique identifier of the build. |
RemoteBuildInfo.BuildAttributeKey |
BUILD_TARGET_NAME
The build name aka target. |
RemoteBuildInfo.BuildAttributeKey |
BUILD_TYPE
The build type |
RemoteBuildInfo.BuildAttributeKey |
CTS
The CTS zip file path |
RemoteBuildInfo.BuildAttributeKey |
DEVICE_IMAGE
The device image zip |
RemoteBuildInfo.BuildAttributeKey |
EMULATOR
Emulator binary zip file path |
RemoteBuildInfo.BuildAttributeKey |
FILES
Additional files. |
RemoteBuildInfo.BuildAttributeKey |
MKBOOTIMG
The mkbootimg path |
RemoteBuildInfo.BuildAttributeKey |
OTA_PACKAGE
The device OTA package (a zip) |
RemoteBuildInfo.BuildAttributeKey |
RAMDISK
The ramdisk path |
RemoteBuildInfo.BuildAttributeKey |
SDK
Sdk zip file path |
RemoteBuildInfo.BuildAttributeKey |
TARGET_FILES
Target files path |
RemoteBuildInfo.BuildAttributeKey |
TESTS_ZIP
Tests zip file path |
RemoteBuildInfo.BuildAttributeKey |
TF
The google-tradefed.zip file path |
RemoteBuildInfo.BuildAttributeKey |
USER_DATA
User data image |
RemoteBuildInfo.BuildAttributeKey |
VTS
The VTS zip file path |
Public methods | |
|---|---|
String
|
getRemoteValue()
Gets the internal value for the |
static
RemoteBuildInfo.BuildAttributeKey
|
valueOf(String name)
|
static
final
BuildAttributeKey[]
|
values()
|
Enum values
APP_APKS
public static final RemoteBuildInfo.BuildAttributeKey APP_APKS
application apk and test apk file paths.
BUILD_ALIAS
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ALIAS
An alias for the build. Typically used for release-branch builds. ie IMM76
BUILD_ATTEMPT_ID
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ATTEMPT_ID
The build attempt ID
BUILD_ID
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ID
The unique identifier of the build.
BUILD_TARGET_NAME
public static final RemoteBuildInfo.BuildAttributeKey BUILD_TARGET_NAME
The build name aka target. Format is currently
DEVICE_IMAGE
public static final RemoteBuildInfo.BuildAttributeKey DEVICE_IMAGE
The device image zip
EMULATOR
public static final RemoteBuildInfo.BuildAttributeKey EMULATOR
Emulator binary zip file path
OTA_PACKAGE
public static final RemoteBuildInfo.BuildAttributeKey OTA_PACKAGE
The device OTA package (a zip)
Public methods
getRemoteValue
public String getRemoteValue ()
Gets the internal value for the BuildAttributeKey.
| Returns | |
|---|---|
String |
|
valueOf
public static RemoteBuildInfo.BuildAttributeKey valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-12-04 UTC.