AutomatedReporters
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_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
パブリックコンストラクター
AutomatedReporters
public AutomatedReporters ()
パブリックメソッド
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
環境に基づいてリスナーを完成させます。
パラメーター | |
---|---|
configuration | IConfiguration :完全にコンフィギュレーション |
保護されたメソッド
getEnv
protected String getEnv (String key)
パラメーター | |
---|---|
key | String |
戻り値 | |
---|---|
String |