AutomatedReporters
public
class
AutomatedReporters
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters |
Clase que define la asignación de los informes automatizados de Tradefed.
TODO: Formalizar cómo exponer la lista de automatizaciones admitidas.
Resumen
Constantes | |
|---|---|
String |
PROTO_REPORTING_FILE
|
String |
PROTO_REPORTING_FILE_GRANULAR
|
String |
PROTO_REPORTING_PORT
|
Campos | |
|---|---|
public
static
final
ImmutableSet<String> |
REPORTER_MAPPING
|
Constructores públicos | |
|---|---|
AutomatedReporters()
|
|
Métodos públicos | |
|---|---|
void
|
applyAutomatedReporters(IConfiguration configuration)
Completa los objetos de escucha según el entorno. |
Métodos protegidos | |
|---|---|
String
|
getEnv(String key)
|
Constantes
PROTO_REPORTING_FILE
public static final String PROTO_REPORTING_FILE
Valor de la constante: "PROTO_REPORTING_FILE"
PROTO_REPORTING_FILE_GRANULAR
public static final String PROTO_REPORTING_FILE_GRANULAR
Valor de la constante: "PROTO_REPORTING_FILE_GRANULAR"
PROTO_REPORTING_PORT
public static final String PROTO_REPORTING_PORT
Valor constante: "PROTO_REPORTING_PORT"
Campos
REPORTER_MAPPING
public static final ImmutableSet<String> REPORTER_MAPPING
Constructores públicos
AutomatedReporters
public AutomatedReporters ()
Métodos públicos
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
Completa los objetos de escucha según el entorno.
| Parámetros | |
|---|---|
configuration |
IConfiguration: Es la configuración que se completará. |
Métodos protegidos
getEnv
protected String getEnv (String key)
| Parámetros | |
|---|---|
key |
String |
| Devuelve | |
|---|---|
String |
|