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

TestRunInProgress

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