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 | |
요약
공개 메서드 | |
|---|---|
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_TARGET_NAME
public static final RemoteBuildInfo.BuildAttributeKey BUILD_TARGET_NAME
빌드 이름(타겟)입니다. 형식은 현재
공개 메서드
valueOf
public static RemoteBuildInfo.BuildAttributeKey valueOf (String name)
| 매개변수 | |
|---|---|
name |
String |
| 반환 값 | |
|---|---|
RemoteBuildInfo.BuildAttributeKey |
|