AutomatedReporters
  public
  
  
  
  class
  AutomatedReporters
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.config.proxy.AutomatedReporters | 
定義 Tradefed 自動化報表工具對應項目的類別。
TODO:正式說明如何公開支援的自動化動作清單。
摘要
| 欄位 | |
|---|---|
| 
    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
 | 
| 公用建構函式 | |
|---|---|
| 
      AutomatedReporters()
       | |
| 公用方法 | |
|---|---|
| 
        
        
        
        
        
        void | 
      applyAutomatedReporters(IConfiguration configuration)
      根據環境完成事件監聽器。 | 
| 受保護的方法 | |
|---|---|
| 
        
        
        
        
        
        String | 
      getEnv(String key)
       | 
欄位
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
公用建構函式
AutomatedReporters
public AutomatedReporters ()
公用方法
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
根據環境完成事件監聽器。
| 參數 | |
|---|---|
| configuration | IConfiguration:要完成的設定 | 
受保護的方法
getEnv
protected String getEnv (String key)
| 參數 | |
|---|---|
| key | String | 
| 傳回 | |
|---|---|
| String | |
