自動記者

public class AutomatedReporters
extends Object

java.lang.Object
   ↳ com.android.tradefed.config.proxy.AutomatedReporters


定義 Tradefed 自動記者對應關係的類別。

任務:正式說明如何公開支援的自動化動作清單。

摘要

欄位

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

REPORTER_MAPPING

public static final ImmutableSet<String> REPORTER_MAPPING

公用建構函式

自動記者

public AutomatedReporters ()

公用方法

套用自動回報工具

public void applyAutomatedReporters (IConfiguration configuration)

根據環境完成事件監聽器。

參數
configuration IConfiguration:要完成的設定

保護方法

getEnv

protected String getEnv (String key)

參數
key String

傳回
String