ClusterCommandEvent.Type

public static final enum ClusterCommandEvent.Type
extends Enum< ClusterCommandEvent.Type >

java.lang.Object
java.lang.Enum< com.android.tradefed.cluster.ClusterCommandEvent.Type >
com.android.tradefed.cluster.ClusterCommandEvent.Type


요약

열거형 값

ClusterCommandEvent.Type AllocationFailed

ClusterCommandEvent.Type ConfigurationError

ClusterCommandEvent.Type ExecuteFailed

ClusterCommandEvent.Type FetchFailed

ClusterCommandEvent.Type InvocationCompleted

ClusterCommandEvent.Type InvocationEnded

ClusterCommandEvent.Type InvocationFailed

ClusterCommandEvent.Type InvocationInitiated

ClusterCommandEvent.Type InvocationStarted

ClusterCommandEvent.Type TestEnded

ClusterCommandEvent.Type TestRunInProgress

ClusterCommandEvent.Type Unleased

공개 메소드

static ClusterCommandEvent.Type valueOf (String name)
static final Type[] values ()

열거형 값

할당실패

public static final ClusterCommandEvent.Type AllocationFailed

구성오류

public static final ClusterCommandEvent.Type ConfigurationError

실행실패

public static final ClusterCommandEvent.Type ExecuteFailed

가져오기 실패

public static final ClusterCommandEvent.Type FetchFailed

호출완료

public static final ClusterCommandEvent.Type InvocationCompleted

호출 종료됨

public static final ClusterCommandEvent.Type InvocationEnded

호출 실패

public static final ClusterCommandEvent.Type InvocationFailed

호출이 시작됨

public static final ClusterCommandEvent.Type InvocationInitiated

호출이 시작되었습니다.

public static final ClusterCommandEvent.Type InvocationStarted

테스트 종료됨

public static final ClusterCommandEvent.Type TestEnded

테스트실행진행중

public static final ClusterCommandEvent.Type TestRunInProgress

해제됨

public static final ClusterCommandEvent.Type Unleased

공개 메소드

가치

public static ClusterCommandEvent.Type valueOf (String name)

매개변수
name String

보고
ClusterCommandEvent.Type

가치

public static final Type[] values ()

보고
Type[]