Reporters automatisés
public class AutomatedReporters
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.proxy.AutomatedReporters |
Classe qui définit le mappage des reporters automatisés Tradefed.
TODO : Formaliser comment exposer la liste des automatisations prises en charge.
Résumé
Des champs | |
---|---|
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
|
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) |
Des champs
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
Constructeurs publics
Reporters automatisés
public AutomatedReporters ()
Méthodes publiques
appliquerAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
Complétez les écouteurs en fonction de l'environnement.
Paramètres | |
---|---|
configuration | IConfiguration : La configuration à compléter |
Méthodes protégées
obtenirEnv
protected String getEnv (String key)
Paramètres | |
---|---|
key | String |
Retour | |
---|---|
String |