자동화된 보고자
public class AutomatedReporters
extends Object
java.lang.객체 | |
↳ | 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
공개 생성자
자동화된 보고자
public AutomatedReporters ()
공개 방법
applyAutomatedReporters
public void applyAutomatedReporters (IConfiguration configuration)
환경에 따라 리스너를 완성합니다.
매개변수 | |
---|---|
configuration | IConfiguration : 완료할 구성 |
보호된 메서드
getEnv
protected String getEnv (String key)
매개변수 | |
---|---|
key | String |
보고 | |
---|---|
String |