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


Summary

Enum values

RemoteBuildInfo.BuildAttributeKey  APP_APKS

application apk and test apk file paths. 

RemoteBuildInfo.BuildAttributeKey  BASEBAND

The baseband path 

RemoteBuildInfo.BuildAttributeKey  BOOTLOADER

The bootloader path 

RemoteBuildInfo.BuildAttributeKey  BRANCH

The branch of the build 

RemoteBuildInfo.BuildAttributeKey  BUILD_ALIAS

An alias for the build. 

RemoteBuildInfo.BuildAttributeKey  BUILD_ATTEMPT_ID

The build attempt ID 

RemoteBuildInfo.BuildAttributeKey  BUILD_ID

The unique identifier of the build. 

RemoteBuildInfo.BuildAttributeKey  BUILD_TARGET_NAME

The build name aka target. 

RemoteBuildInfo.BuildAttributeKey  BUILD_TYPE

The build type 

RemoteBuildInfo.BuildAttributeKey  CTS

The CTS zip file path 

RemoteBuildInfo.BuildAttributeKey  DEVICE_IMAGE

The device image zip 

RemoteBuildInfo.BuildAttributeKey  EMULATOR

Emulator binary zip file path 

RemoteBuildInfo.BuildAttributeKey  FILES

Additional files. 

RemoteBuildInfo.BuildAttributeKey  MKBOOTIMG

The mkbootimg path 

RemoteBuildInfo.BuildAttributeKey  OTA_PACKAGE

The device OTA package (a zip) 

RemoteBuildInfo.BuildAttributeKey  RAMDISK

The ramdisk path 

RemoteBuildInfo.BuildAttributeKey  SDK

Sdk zip file path 

RemoteBuildInfo.BuildAttributeKey  TARGET_FILES

Target files path 

RemoteBuildInfo.BuildAttributeKey  TESTS_ZIP

Tests zip file path 

RemoteBuildInfo.BuildAttributeKey  TF

The google-tradefed.zip file path 

RemoteBuildInfo.BuildAttributeKey  USER_DATA

User data image 

RemoteBuildInfo.BuildAttributeKey  VTS

The VTS zip file path 

Public methods

String getRemoteValue()

Gets the internal value for the BuildAttributeKey.

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

Enum values

APP_APKS

public static final RemoteBuildInfo.BuildAttributeKey APP_APKS

application apk and test apk file paths.

BASEBAND

public static final RemoteBuildInfo.BuildAttributeKey BASEBAND

The baseband path

BOOTLOADER

public static final RemoteBuildInfo.BuildAttributeKey BOOTLOADER

The bootloader path

BRANCH

public static final RemoteBuildInfo.BuildAttributeKey BRANCH

The branch of the build

BUILD_ALIAS

public static final RemoteBuildInfo.BuildAttributeKey BUILD_ALIAS

An alias for the build. Typically used for release-branch builds. ie IMM76

BUILD_ATTEMPT_ID

public static final RemoteBuildInfo.BuildAttributeKey BUILD_ATTEMPT_ID

The build attempt ID

BUILD_ID

public static final RemoteBuildInfo.BuildAttributeKey BUILD_ID

The unique identifier of the build.

BUILD_TARGET_NAME

public static final RemoteBuildInfo.BuildAttributeKey BUILD_TARGET_NAME

The build name aka target. Format is currently -- e.g. git_donut-linux-opal-userdebug.

BUILD_TYPE

public static final RemoteBuildInfo.BuildAttributeKey BUILD_TYPE

The build type

CTS

public static final RemoteBuildInfo.BuildAttributeKey CTS

The CTS zip file path

DEVICE_IMAGE

public static final RemoteBuildInfo.BuildAttributeKey DEVICE_IMAGE

The device image zip

EMULATOR

public static final RemoteBuildInfo.BuildAttributeKey EMULATOR

Emulator binary zip file path

FILES

public static final RemoteBuildInfo.BuildAttributeKey FILES

Additional files.

MKBOOTIMG

public static final RemoteBuildInfo.BuildAttributeKey MKBOOTIMG

The mkbootimg path

OTA_PACKAGE

public static final RemoteBuildInfo.BuildAttributeKey OTA_PACKAGE

The device OTA package (a zip)

RAMDISK

public static final RemoteBuildInfo.BuildAttributeKey RAMDISK

The ramdisk path

SDK

public static final RemoteBuildInfo.BuildAttributeKey SDK

Sdk zip file path

TARGET_FILES

public static final RemoteBuildInfo.BuildAttributeKey TARGET_FILES

Target files path

TESTS_ZIP

public static final RemoteBuildInfo.BuildAttributeKey TESTS_ZIP

Tests zip file path

TF

public static final RemoteBuildInfo.BuildAttributeKey TF

The google-tradefed.zip file path

USER_DATA

public static final RemoteBuildInfo.BuildAttributeKey USER_DATA

User data image

VTS

public static final RemoteBuildInfo.BuildAttributeKey VTS

The VTS zip file path

Public methods

getRemoteValue

public String getRemoteValue ()

Gets the internal value for the BuildAttributeKey.

Returns
String

valueOf

public static RemoteBuildInfo.BuildAttributeKey valueOf (String name)

Parameters
name String

Returns
RemoteBuildInfo.BuildAttributeKey

values

public static final BuildAttributeKey[] values ()

Returns
BuildAttributeKey[]