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[]