Reporteros automatizados

public class AutomatedReporters
extends Object

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


Clase que define el mapeo de los reporteros automatizados de Tradefed.

TODO: formalizar cómo exponer la lista de automatización admitida.

Resumen

Campos

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

Constructores públicos

AutomatedReporters ()

Métodos públicos

void applyAutomatedReporters ( IConfiguration configuration)

Complete los oyentes en función del entorno.

Métodos protegidos

String getEnv (String key)

Campos

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

Constructores públicos

Reporteros automatizados

public AutomatedReporters ()

Métodos públicos

applyAutomatedReporters

public void applyAutomatedReporters (IConfiguration configuration)

Complete los oyentes en función del entorno.

Parámetros
configuration IConfiguration : La configuración a completar

Métodos protegidos

obtenerEnv

protected String getEnv (String key)

Parámetros
key String

Devoluciones
String