TradefedConfigObject.Type
public static final enum TradefedConfigObject.Type
extends Enum< TradefedConfigObject.Type >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.cluster.TradefedConfigObject.Type > | |
↳ | com.android.tradefed.cluster.TradefedConfigObject.Type |
可以注入集群命令config的配置對像類型的列表。
這必須是Configuration
定義的配置對像類型的子集。
概要
枚舉值 | |
---|---|
TradefedConfigObject.Type | RESULT_REPORTER |
TradefedConfigObject.Type | TARGET_PREPARER |
TradefedConfigObject.Type | UNKNOWN
|
公開方法 | |
---|---|
static TradefedConfigObject.Type | valueOf (String name) |
static final Type[] | values () |
枚舉值
RESULT_REPORTER
public static final TradefedConfigObject.Type RESULT_REPORTER
TARGET_PREPARER
public static final TradefedConfigObject.Type TARGET_PREPARER
未知
public static final TradefedConfigObject.Type UNKNOWN
公開方法
的價值
public static TradefedConfigObject.Type valueOf (String name)
參量 | |
---|---|
name | String |
退貨 | |
---|---|
TradefedConfigObject.Type |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-08 UTC.