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 | |
סיכום
ערכי enum | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
APP_APKS
נתיבי קובץ ה-APK של האפליקציה ושל הבדיקה. |
RemoteBuildInfo.BuildAttributeKey |
BASEBAND
נתיב פס הבסיס |
RemoteBuildInfo.BuildAttributeKey |
BOOTLOADER
נתיב תוכנת האתחול |
RemoteBuildInfo.BuildAttributeKey |
BRANCH
הסניף של ה-build |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ALIAS
כינוי לגרסת ה-build. |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ATTEMPT_ID
מזהה ניסיון ה-build |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ID
המזהה הייחודי של הגרסה. |
RemoteBuildInfo.BuildAttributeKey |
BUILD_TARGET_NAME
שם הגרסה, כלומר היעד. |
RemoteBuildInfo.BuildAttributeKey |
BUILD_TYPE
סוג ה-build |
RemoteBuildInfo.BuildAttributeKey |
CTS
הנתיב לקובץ ה-ZIP של CTS |
RemoteBuildInfo.BuildAttributeKey |
DEVICE_IMAGE
קובץ ה-ZIP של תמונת המכשיר |
RemoteBuildInfo.BuildAttributeKey |
EMULATOR
נתיב קובץ ה-ZIP הבינארי של האמולטור |
RemoteBuildInfo.BuildAttributeKey |
FILES
קבצים נוספים. |
RemoteBuildInfo.BuildAttributeKey |
MKBOOTIMG
הנתיב של mkbootimg |
RemoteBuildInfo.BuildAttributeKey |
OTA_PACKAGE
חבילת ה-OTA של המכשיר (קובץ zip) |
RemoteBuildInfo.BuildAttributeKey |
RAMDISK
נתיב ה-ramdisk |
RemoteBuildInfo.BuildAttributeKey |
SDK
נתיב קובץ ה-ZIP של ה-SDK |
RemoteBuildInfo.BuildAttributeKey |
TARGET_FILES
נתיב קובץ היעד |
RemoteBuildInfo.BuildAttributeKey |
TESTS_ZIP
נתיב קובץ ה-ZIP של הבדיקות |
RemoteBuildInfo.BuildAttributeKey |
TF
נתיב הקובץ google-tradefed.zip |
RemoteBuildInfo.BuildAttributeKey |
USER_DATA
תמונה של נתוני משתמשים |
RemoteBuildInfo.BuildAttributeKey |
VTS
הנתיב לקובץ ה-ZIP של VTS |
methods ציבוריים | |
|---|---|
String
|
getRemoteValue()
מחזירה את הערך הפנימי של |
static
RemoteBuildInfo.BuildAttributeKey
|
valueOf(String name)
|
static
final
BuildAttributeKey[]
|
values()
|
ערכי enum
APP_APKS
public static final RemoteBuildInfo.BuildAttributeKey APP_APKS
נתיבי קובץ ה-APK של האפליקציה ושל הבדיקה.
BUILD_ALIAS
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ALIAS
כינוי לגרסת ה-build. בדרך כלל משמש לגרסאות build של ענפי הפצה, למשל IMM76
BUILD_ATTEMPT_ID
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ATTEMPT_ID
מזהה ניסיון ה-build
BUILD_TARGET_NAME
public static final RemoteBuildInfo.BuildAttributeKey BUILD_TARGET_NAME
שם הגרסה, כלומר היעד. הפורמט הנוכחי הוא
DEVICE_IMAGE
public static final RemoteBuildInfo.BuildAttributeKey DEVICE_IMAGE
קובץ ה-ZIP של תמונת המכשיר
אמולטור
public static final RemoteBuildInfo.BuildAttributeKey EMULATOR
נתיב קובץ ה-ZIP הבינארי של האמולטור
OTA_PACKAGE
public static final RemoteBuildInfo.BuildAttributeKey OTA_PACKAGE
חבילת ה-OTA של המכשיר (קובץ zip)
TESTS_ZIP
public static final RemoteBuildInfo.BuildAttributeKey TESTS_ZIP
נתיב קובץ ה-ZIP של הבדיקות
methods ציבוריים
getRemoteValue
public String getRemoteValue ()
מחזירה את הערך הפנימי של BuildAttributeKey.
| החזרות | |
|---|---|
String |
|
valueOf
public static RemoteBuildInfo.BuildAttributeKey valueOf (String name)
| פרמטרים | |
|---|---|
name |
String |
| החזרות | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
|