AutomatedReporters
  public
  
  
  
  class
  AutomatedReporters
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters | 
Clase que define la asignación de los generadores de informes automatizados de Tradefed.
TODO: Formalizar cómo exponer la lista de automatización compatible
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)
      Completa los objetos de escucha según el 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
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 debe completar. | 
Métodos protegidos
getEnv
protected String getEnv (String key)
| Parámetros | |
|---|---|
| key | String | 
| Devuelve | |
|---|---|
| String | |
