AutomatedReporter

public class AutomatedReporters
extends Object

java.lang.Object
😎 com.android.tradefed.config.proxy.AutomatedReporters


Klasse, die die Zuordnung von automatisierten Tradefed-Reportern definiert.

AUFGABE: Formalisieren Sie, wie die Liste der unterstützten Automatisierungen verfügbar gemacht 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)

Vervollständigen Sie die Listener je nach Umgebung.

Geschützte Methoden

String getEnv(String key)

Felder

PROTO-BERICHTSDATEI

public static final String PROTO_REPORTING_FILE

PROTO-BERICHTS_DATEI_GRANULAR

public static final String PROTO_REPORTING_FILE_GRANULAR

PROTO-BERICHTSPORT

public static final String PROTO_REPORTING_PORT

REPORTER_ZUORDNUNG

public static final ImmutableSet<String> REPORTER_MAPPING

Öffentliche Konstruktoren

AutomatedReporter

public AutomatedReporters ()

Öffentliche Methoden

applyAutomatedReporters

public void applyAutomatedReporters (IConfiguration configuration)

Vervollständigen Sie die Listener je nach Umgebung.

Parameter
configuration IConfiguration: Die Konfiguration, die abgeschlossen werden soll.

Geschützte Methoden

getEnv

protected String getEnv (String key)

Parameter
key String

Returns
String