AutomatedReporters
  public
  
  
  
  class
  AutomatedReporters
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters | 
Classe qui définit le mappage des rapporteurs automatisés Tradefed.
À FAIRE: Formaliser la façon d'exposer la liste des automatisations compatibles.
Résumé
| 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)
      Renseignez les écouteurs en fonction de l'environnement. | 
| Méthodes protégées | |
|---|---|
| 
        
        
        
        
        
        String | 
      getEnv(String key)
       | 
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
AutomatedReporters
public AutomatedReporters ()
Méthodes publiques
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
Renseignez 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 | |
