AutomatedReporters

public class AutomatedReporters
extends Object

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


Classe che definisce la mappatura dai reporter automatici di Tradefed.

TODO: Formalize how to expose the list of supported automation.

Riepilogo

Costanti

String PROTO_REPORTING_FILE

String PROTO_REPORTING_FILE_GRANULAR

String PROTO_REPORTING_PORT

Campi

public static final ImmutableSet<String> REPORTER_MAPPING

Costruttori pubblici

AutomatedReporters()

Metodi pubblici

void applyAutomatedReporters(IConfiguration configuration)

Completa gli ascoltatori in base all'ambiente.

Metodi protetti

String getEnv(String key)

Costanti

PROTO_REPORTING_FILE

public static final String PROTO_REPORTING_FILE

Valore costante: "PROTO_REPORTING_FILE"

PROTO_REPORTING_FILE_GRANULAR

public static final String PROTO_REPORTING_FILE_GRANULAR

Valore costante: "PROTO_REPORTING_FILE_GRANULAR"

PROTO_REPORTING_PORT

public static final String PROTO_REPORTING_PORT

Constant Value: "PROTO_REPORTING_PORT"

Campi

REPORTER_MAPPING

public static final ImmutableSet<String> REPORTER_MAPPING

Costruttori pubblici

AutomatedReporters

public AutomatedReporters ()

Metodi pubblici

applyAutomatedReporters

public void applyAutomatedReporters (IConfiguration configuration)

Completa gli ascoltatori in base all'ambiente.

Parametri
configuration IConfiguration: la configurazione da completare

Metodi protetti

getEnv

protected String getEnv (String key)

Parametri
key String

Ritorni
String