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