AutomatedReporters
public
class
AutomatedReporters
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters |
用于定义从 Tradefed 自动化报告程序进行的映射的类。
TODO:正式确定如何公开支持的自动化列表。
摘要
常量 | |
|---|---|
String |
PROTO_REPORTING_FILE
|
String |
PROTO_REPORTING_FILE_GRANULAR
|
String |
PROTO_REPORTING_PORT
|
字段 | |
|---|---|
public
static
final
ImmutableSet<String> |
REPORTER_MAPPING
|
公共构造函数 | |
|---|---|
AutomatedReporters()
|
|
公共方法 | |
|---|---|
void
|
applyAutomatedReporters(IConfiguration configuration)
根据环境完成监听器。 |
受保护的方法 | |
|---|---|
String
|
getEnv(String key)
|
常量
PROTO_REPORTING_FILE
public static final String PROTO_REPORTING_FILE
常量值: "PROTO_REPORTING_FILE"
PROTO_REPORTING_FILE_GRANULAR
public static final String PROTO_REPORTING_FILE_GRANULAR
常量值: "PROTO_REPORTING_FILE_GRANULAR"
PROTO_REPORTING_PORT
public static final String PROTO_REPORTING_PORT
常量值: "PROTO_REPORTING_PORT"
字段
REPORTER_MAPPING
public static final ImmutableSet<String> REPORTER_MAPPING
公共构造函数
AutomatedReporters
public AutomatedReporters ()
公共方法
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
根据环境完成监听器。
| 参数 | |
|---|---|
configuration |
IConfiguration:要完成的配置 |
受保护的方法
getEnv
protected String getEnv (String key)
| 参数 | |
|---|---|
key |
String |
| 返回 | |
|---|---|
String |
|