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_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
パブリック コンストラクタ
AutomatedReporters
public AutomatedReporters ()
パブリック メソッド
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
環境に応じてリスナーを完成させます。
| パラメータ | |
|---|---|
configuration |
IConfiguration: 完了する構成 |
保護されたメソッド
getEnv
protected String getEnv (String key)
| パラメータ | |
|---|---|
key |
String |
| 戻り値 | |
|---|---|
String |
|