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 | |
Özet
Enum değerleri | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
APP_APKS
Uygulama APK'sı ve test APK'sı dosya yolları. |
RemoteBuildInfo.BuildAttributeKey |
BASEBAND
Ana bant yolu |
RemoteBuildInfo.BuildAttributeKey |
BOOTLOADER
Bootloader yolu |
RemoteBuildInfo.BuildAttributeKey |
BRANCH
Derlemenin dalı |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ALIAS
Derlemenin takma adı. |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ATTEMPT_ID
Derleme denemesi kimliği |
RemoteBuildInfo.BuildAttributeKey |
BUILD_ID
Derlemenin benzersiz tanımlayıcısı. |
RemoteBuildInfo.BuildAttributeKey |
BUILD_TARGET_NAME
Derleme adı (hedef). |
RemoteBuildInfo.BuildAttributeKey |
BUILD_TYPE
Derleme türü |
RemoteBuildInfo.BuildAttributeKey |
CTS
CTS zip dosyasının yolu |
RemoteBuildInfo.BuildAttributeKey |
DEVICE_IMAGE
Cihaz görüntüsü zip dosyası |
RemoteBuildInfo.BuildAttributeKey |
EMULATOR
Emülatör ikili ZIP dosyası yolu |
RemoteBuildInfo.BuildAttributeKey |
FILES
Ek dosyalar. |
RemoteBuildInfo.BuildAttributeKey |
MKBOOTIMG
mkbootimg yolu |
RemoteBuildInfo.BuildAttributeKey |
OTA_PACKAGE
Cihaz OTA paketi (zip dosyası) |
RemoteBuildInfo.BuildAttributeKey |
RAMDISK
Ramdisk yolu |
RemoteBuildInfo.BuildAttributeKey |
SDK
SDK zip dosyasının yolu |
RemoteBuildInfo.BuildAttributeKey |
TARGET_FILES
Hedef dosyaların yolu |
RemoteBuildInfo.BuildAttributeKey |
TESTS_ZIP
Testlerin ZIP dosyası yolu |
RemoteBuildInfo.BuildAttributeKey |
TF
google-tradefed.zip dosya yolu |
RemoteBuildInfo.BuildAttributeKey |
USER_DATA
Kullanıcı verileri resmi |
RemoteBuildInfo.BuildAttributeKey |
VTS
VTS zip dosyasının yolu |
Herkese açık yöntemler | |
|---|---|
String
|
getRemoteValue()
|
static
RemoteBuildInfo.BuildAttributeKey
|
valueOf(String name)
|
static
final
BuildAttributeKey[]
|
values()
|
Enum değerleri
APP_APKS
public static final RemoteBuildInfo.BuildAttributeKey APP_APKS
Uygulama APK'sı ve test APK'sı dosya yolları.
BUILD_ALIAS
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ALIAS
Derlemenin takma adı. Genellikle yayın dalı derlemeleri için kullanılır. Örneğin, IMM76
BUILD_ATTEMPT_ID
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ATTEMPT_ID
Derleme denemesi kimliği
BUILD_ID
public static final RemoteBuildInfo.BuildAttributeKey BUILD_ID
Derlemenin benzersiz tanımlayıcısı.
BUILD_TARGET_NAME
public static final RemoteBuildInfo.BuildAttributeKey BUILD_TARGET_NAME
Derleme adı (hedef). Biçim şu anda
DEVICE_IMAGE
public static final RemoteBuildInfo.BuildAttributeKey DEVICE_IMAGE
Cihaz resmi zip dosyası
EMULATOR
public static final RemoteBuildInfo.BuildAttributeKey EMULATOR
Emülatör ikili ZIP dosyası yolu
OTA_PACKAGE
public static final RemoteBuildInfo.BuildAttributeKey OTA_PACKAGE
Cihaz OTA paketi (zip dosyası)
TARGET_FILES
public static final RemoteBuildInfo.BuildAttributeKey TARGET_FILES
Hedef dosyaların yolu
TESTS_ZIP
public static final RemoteBuildInfo.BuildAttributeKey TESTS_ZIP
Testler ZIP dosyasının yolu
Herkese açık yöntemler
getRemoteValue
public String getRemoteValue ()
BuildAttributeKey için dahili değeri alır.
| İlerlemeler | |
|---|---|
String |
|
valueOf
public static RemoteBuildInfo.BuildAttributeKey valueOf (String name)
| Parametreler | |
|---|---|
name |
String |
| İlerlemeler | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
|