Automatisierte Reporter

public class AutomatedReporters
extends Object

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


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

TODO: Formulieren 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 Bauträger

AutomatedReporters ()

Öffentliche Methoden

void applyAutomatedReporters ( IConfiguration configuration)

Vervollständigen Sie die Listener 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 Bauträger

Automatisierte Reporter

public AutomatedReporters ()

Öffentliche Methoden

applyAutomatedReporters

public void applyAutomatedReporters (IConfiguration configuration)

Vervollständigen Sie die Listener 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