自動化記者
public class AutomatedReporters
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.proxy.AutomatedReporters |
定義來自 Tradefed 自動報告程序的映射的類。
TODO:正式確定如何公開支持的自動化列表。
概括
字段 | |
---|---|
public static final String | PROTO_REPORTING_FILE |
public static final String | PROTO_REPORTING_FILE_GRANULAR |
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_FILE_GRANULAR
public static final String PROTO_REPORTING_FILE_GRANULAR
PROTO_REPORTING_PORT
public static final String PROTO_REPORTING_PORT
記者_MAPPING
public static final ImmutableSet<String> REPORTER_MAPPING
公共構造函數
自動化記者
public AutomatedReporters ()
公共方法
申請自動記者
public void applyAutomatedReporters (IConfiguration configuration)
根據環境完成監聽器。
參數 | |
---|---|
configuration | IConfiguration :要完成的配置 |
受保護的方法
獲取環境
protected String getEnv (String key)
參數 | |
---|---|
key | String |
退貨 | |
---|---|
String |