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()

מחזירה את הערך הפנימי של BuildAttributeKey.

static RemoteBuildInfo.BuildAttributeKey valueOf(String name)
static final BuildAttributeKey[] values()

ערכי enum

APP_APKS

public static final RemoteBuildInfo.BuildAttributeKey APP_APKS

נתיבי קובץ ה-APK של האפליקציה ושל הבדיקה.

BASEBAND

public static final RemoteBuildInfo.BuildAttributeKey BASEBAND

נתיב פס הבסיס

BOOTLOADER

public static final RemoteBuildInfo.BuildAttributeKey BOOTLOADER

הנתיב של תוכנת האתחול

BRANCH

public static final RemoteBuildInfo.BuildAttributeKey BRANCH

הענף של ה-build

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_ID

public static final RemoteBuildInfo.BuildAttributeKey BUILD_ID

המזהה הייחודי של הגרסה.

BUILD_TARGET_NAME

public static final RemoteBuildInfo.BuildAttributeKey BUILD_TARGET_NAME

שם הגרסה, כלומר היעד. הפורמט הנוכחי הוא -- לדוגמה: git_donut-linux-opal-userdebug.

BUILD_TYPE

public static final RemoteBuildInfo.BuildAttributeKey BUILD_TYPE

סוג ה-build

CTS

public static final RemoteBuildInfo.BuildAttributeKey CTS

הנתיב לקובץ ה-ZIP של CTS

DEVICE_IMAGE

public static final RemoteBuildInfo.BuildAttributeKey DEVICE_IMAGE

קובץ ה-ZIP של תמונת המכשיר

אמולטור

public static final RemoteBuildInfo.BuildAttributeKey EMULATOR

נתיב קובץ ה-ZIP הבינארי של האמולטור

קבצים

public static final RemoteBuildInfo.BuildAttributeKey FILES

קבצים נוספים.

MKBOOTIMG

public static final RemoteBuildInfo.BuildAttributeKey MKBOOTIMG

הנתיב של mkbootimg

OTA_PACKAGE

public static final RemoteBuildInfo.BuildAttributeKey OTA_PACKAGE

חבילת ה-OTA של המכשיר (קובץ zip)

RAMDISK

public static final RemoteBuildInfo.BuildAttributeKey RAMDISK

נתיב ה-ramdisk

SDK

public static final RemoteBuildInfo.BuildAttributeKey SDK

נתיב קובץ ה-ZIP של ה-SDK

TARGET_FILES

public static final RemoteBuildInfo.BuildAttributeKey TARGET_FILES

נתיב קובץ היעד

TESTS_ZIP

public static final RemoteBuildInfo.BuildAttributeKey TESTS_ZIP

נתיב קובץ ה-ZIP של הבדיקות

TF

public static final RemoteBuildInfo.BuildAttributeKey TF

נתיב הקובץ google-tradefed.zip

USER_DATA

public static final RemoteBuildInfo.BuildAttributeKey USER_DATA

תמונה של נתוני משתמש

VTS

public static final RemoteBuildInfo.BuildAttributeKey VTS

הנתיב לקובץ ה-ZIP של VTS

‫methods ציבוריים

getRemoteValue

public String getRemoteValue ()

מחזירה את הערך הפנימי של BuildAttributeKey.

החזרות
String

valueOf

public static RemoteBuildInfo.BuildAttributeKey valueOf (String name)

פרמטרים
name String

החזרות
RemoteBuildInfo.BuildAttributeKey

values

public static final BuildAttributeKey[] values ()

החזרות
BuildAttributeKey[]