自动化记者
public class AutomatedReporters
extends Object
对象 | |
↳ | com.android.tradefed.config.proxy.AutomatedReporters |
定义来自 Tradefed 自动报告器的映射的类。
TODO:正式确定如何公开支持的自动化列表。
概括
字段 | |
---|---|
public static final String | PROTO_REPORTING_FILE |
public static final 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_PORT
public static final String PROTO_REPORTING_PORT
REPORTER_MAPPING
public static final ImmutableSet<String> REPORTER_MAPPING
公共构造函数
自动化记者
public AutomatedReporters ()
公共方法
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
根据环境完成监听器。
参数 | |
---|---|
configuration | IConfiguration :配置要齐全 |
受保护的方法
获取环境
protected String getEnv (String key)
参数 | |
---|---|
key | String |
退货 | |
---|---|
String |