AutomatedReporters
public
class
AutomatedReporters
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters |
Klasse, die die Zuordnung von automatisierten Tradefed-Berichtern definiert.
TODO: Formalisieren, wie die Liste der unterstützten Automatisierungen freigegeben wird.
Zusammenfassung
Felder | |
|---|---|
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
|
Öffentliche Konstruktoren | |
|---|---|
AutomatedReporters()
|
|
Öffentliche Methoden | |
|---|---|
void
|
applyAutomatedReporters(IConfiguration configuration)
Füllen Sie die Listener entsprechend der Umgebung aus. |
Geschützte Methoden | |
|---|---|
String
|
getEnv(String key)
|
Felder
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
Öffentliche Konstruktoren
AutomatedReporters
public AutomatedReporters ()
Öffentliche Methoden
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
Füllen Sie die Listener entsprechend der Umgebung aus.
| Parameter | |
|---|---|
configuration |
IConfiguration: Die Konfiguration, die abgeschlossen werden soll |
Geschützte Methoden
getEnv
protected String getEnv (String key)
| Parameter | |
|---|---|
key |
String |
| Returns | |
|---|---|
String |
|