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 | |
ملخّص
قيم التعداد | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
APP_APKS
مسارات ملفات حزمة APK للتطبيق وحزمة APK للاختبار |
RemoteBuildInfo.BuildAttributeKey |
BASEBAND
مسار النطاق الأساسي |
RemoteBuildInfo.BuildAttributeKey |
BOOTLOADER
مسار برنامج الإقلاع |
RemoteBuildInfo.BuildAttributeKey |
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
حزمة التحديث عبر الهواء (ملف 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()
|
قيم التعداد
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
اسم الإصدار، المعروف أيضًا باسم الهدف. التنسيق الحالي هو
CTS
public static final RemoteBuildInfo.BuildAttributeKey CTS
مسار ملف ZIP الخاص بمجموعة أدوات اختبار التوافق (CTS)
DEVICE_IMAGE
public static final RemoteBuildInfo.BuildAttributeKey DEVICE_IMAGE
ملف zip الخاص بصورة الجهاز
EMULATOR
public static final RemoteBuildInfo.BuildAttributeKey EMULATOR
مسار ملف ZIP الثنائي لمحاكي Android
OTA_PACKAGE
public static final RemoteBuildInfo.BuildAttributeKey OTA_PACKAGE
حزمة التحديث عبر الهواء (ملف zip)
TARGET_FILES
public static final RemoteBuildInfo.BuildAttributeKey TARGET_FILES
مسار الملفات المستهدَفة
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 |
|