Automatisierte Reporter
public class AutomatedReporters
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.proxy.AutomatedReporters |
Klasse, die die Zuordnung von automatisierten Reportern von Tradefed definiert.
TODO: Formalisieren Sie, wie die Liste der unterstützten Automatisierung angezeigt 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 Konstrukteure | |
---|---|
AutomatedReporters () |
Öffentliche Methoden | |
---|---|
void | applyAutomatedReporters ( IConfiguration configuration) Vervollständigen Sie die Zuhörer basierend auf der Umgebung. |
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 Konstrukteure
Automatisierte Reporter
public AutomatedReporters ()
Öffentliche Methoden
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
Vervollständigen Sie die Zuhörer basierend auf der Umgebung.
Parameter | |
---|---|
configuration | IConfiguration : Die abzuschließende Konfiguration |
Geschützte Methoden
getEnv
protected String getEnv (String key)
Parameter | |
---|---|
key | String |
Kehrt zurück | |
---|---|
String |