AutomatedReporters

public class AutomatedReporters
extends Object

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


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

TODO: Formalisieren, wie die Liste der unterstützten Automatisierungen bereitgestellt wird.

Zusammenfassung

Konstanten

String PROTO_REPORTING_FILE

String PROTO_REPORTING_FILE_GRANULAR

String PROTO_REPORTING_PORT

Felder

public static final ImmutableSet<String> REPORTER_MAPPING

Öffentliche Konstruktoren

AutomatedReporters()

Öffentliche Methoden

void applyAutomatedReporters(IConfiguration configuration)

Vervollständigen Sie die Listener entsprechend der Umgebung.

Geschützte Methoden

String getEnv(String key)

Konstanten

PROTO_REPORTING_FILE

public static final String PROTO_REPORTING_FILE

Konstanter Wert: "PROTO_REPORTING_FILE"

PROTO_REPORTING_FILE_GRANULAR

public static final String PROTO_REPORTING_FILE_GRANULAR

Konstanter Wert: "PROTO_REPORTING_FILE_GRANULAR"

PROTO_REPORTING_PORT

public static final String PROTO_REPORTING_PORT

Constant Value: "PROTO_REPORTING_PORT"

Felder

REPORTER_MAPPING

public static final ImmutableSet<String> REPORTER_MAPPING

Öffentliche Konstruktoren

AutomatedReporters

public AutomatedReporters ()

Öffentliche Methoden

applyAutomatedReporters

public void applyAutomatedReporters (IConfiguration configuration)

Vervollständigen Sie die Listener entsprechend der Umgebung.

Parameter
configuration IConfiguration: Die Konfiguration, die abgeschlossen werden soll

Geschützte Methoden

getEnv

protected String getEnv (String key)

Parameter
key String

Returns
String