AutomatedReporters
public
class
AutomatedReporters
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters |
Classe qui définit le mappage à partir des reporters automatisés Tradefed.
TODO : Formaliser la manière d'exposer la liste des automatisations compatibles.
Résumé
Constantes | |
|---|---|
String |
PROTO_REPORTING_FILE
|
String |
PROTO_REPORTING_FILE_GRANULAR
|
String |
PROTO_REPORTING_PORT
|
Champs | |
|---|---|
public
static
final
ImmutableSet<String> |
REPORTER_MAPPING
|
Constructeurs publics | |
|---|---|
AutomatedReporters()
|
|
Méthodes publiques | |
|---|---|
void
|
applyAutomatedReporters(IConfiguration configuration)
Complétez les écouteurs en fonction de l'environnement. |
Méthodes protégées | |
|---|---|
String
|
getEnv(String key)
|
Constantes
PROTO_REPORTING_FILE
public static final String PROTO_REPORTING_FILE
Valeur de constante : "PROTO_REPORTING_FILE"
PROTO_REPORTING_FILE_GRANULAR
public static final String PROTO_REPORTING_FILE_GRANULAR
Valeur de constante : "PROTO_REPORTING_FILE_GRANULAR"
PROTO_REPORTING_PORT
public static final String PROTO_REPORTING_PORT
Valeur de constante : "PROTO_REPORTING_PORT"
Champs
REPORTER_MAPPING
public static final ImmutableSet<String> REPORTER_MAPPING
Constructeurs publics
AutomatedReporters
public AutomatedReporters ()
Méthodes publiques
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
Complétez les écouteurs en fonction de l'environnement.
| Paramètres | |
|---|---|
configuration |
IConfiguration : configuration à effectuer |
Méthodes protégées
getEnv
protected String getEnv (String key)
| Paramètres | |
|---|---|
key |
String |
| Renvoie | |
|---|---|
String |
|