AutomatedReporters

public class AutomatedReporters
extends Object

java.lang.Object
   ↳ com.android.tradefed.config.proxy.AutomatedReporters


Tradefed 자동 보고자의 매핑을 정의하는 클래스입니다.

TODO: 지원되는 자동화 목록을 노출하는 방법을 공식화

요약

상수

String PROTO_REPORTING_FILE

String PROTO_REPORTING_FILE_GRANULAR

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"

PROTO_REPORTING_FILE_GRANULAR

public static final String PROTO_REPORTING_FILE_GRANULAR

상수 값: "PROTO_REPORTING_FILE_GRANULAR"

PROTO_REPORTING_PORT

public static final String PROTO_REPORTING_PORT

상수 값: "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