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 ของแอปพลิเคชันและ APK ของการทดสอบ |
RemoteBuildInfo.BuildAttributeKey |
BASEBAND
เส้นทางเบสแบนด์ |
RemoteBuildInfo.BuildAttributeKey |
BOOTLOADER
เส้นทางของ Bootloader |
RemoteBuildInfo.BuildAttributeKey |
BRANCH
Branch ของบิลด์ |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ALIAS
ชื่อแทนสำหรับบิลด์ |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ATTEMPT_ID
รหัสการพยายามสร้าง |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ID
ตัวระบุที่ไม่ซ้ำกันของบิลด์ |
RemoteBuildInfo.BuildAttributeKey |
BUILD_TARGET_NAME
ชื่อบิลด์หรือที่เรียกว่าเป้าหมาย |
RemoteBuildInfo.BuildAttributeKey |
BUILD_TYPE
ประเภทบิลด์ |
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 |
เมธอดสาธารณะ | |
|---|---|
String
|
getRemoteValue()
รับค่าภายในสำหรับ |
static
RemoteBuildInfo.BuildAttributeKey
|
valueOf(String name)
|
static
final
BuildAttributeKey[]
|
values()
|
ค่า enum
APP_APKS
public static final RemoteBuildInfo.BuildAttributeKey APP_APKS
เส้นทางไฟล์ APK ของแอปพลิเคชันและ APK ของการทดสอบ
BUILD_ALIAS
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ALIAS
ชื่อแทนสำหรับบิลด์ โดยทั่วไปจะใช้สำหรับการสร้างเวอร์ชันสาขา เช่น IMM76
BUILD_ATTEMPT_ID
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ATTEMPT_ID
รหัสการพยายามสร้าง
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 ของการทดสอบ
เมธอดสาธารณะ
getRemoteValue
public String getRemoteValue ()
รับค่าภายในสำหรับ BuildAttributeKey
| คิกรีเทิร์น | |
|---|---|
String |
|
valueOf
public static RemoteBuildInfo.BuildAttributeKey valueOf (String name)
| พารามิเตอร์ | |
|---|---|
name |
String |
| คิกรีเทิร์น | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
|