자동 리포터

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

보고자 매핑

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