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