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


Tóm tắt

Giá trị enum

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

 

Phương thức công khai

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

Giá trị enum

Phân bổ không thành công

public static final ClusterCommandEvent.Type AllocationFailed

Lỗi cấu hình

public static final ClusterCommandEvent.Type ConfigurationError

Không thực thi được

public static final ClusterCommandEvent.Type ExecuteFailed

Không tìm nạp được

public static final ClusterCommandEvent.Type FetchFailed

Đã hoàn tất lời gọi

public static final ClusterCommandEvent.Type InvocationCompleted

Đã kết thúc lời gọi

public static final ClusterCommandEvent.Type InvocationEnded

Không gọi được

public static final ClusterCommandEvent.Type InvocationFailed

Đã bắt đầu gọi

public static final ClusterCommandEvent.Type InvocationInitiated

Đã bắt đầu gọi

public static final ClusterCommandEvent.Type InvocationStarted

Thử nghiệm đã kết thúc

public static final ClusterCommandEvent.Type TestEnded

Tiến trình kiểm thử

public static final ClusterCommandEvent.Type TestRunInProgress

Phương thức công khai

giá trị của

public static ClusterCommandEvent.Type valueOf (String name)

Tham số
name String

Giá trị trả về
ClusterCommandEvent.Type

giá trị

public static final Type[] values ()

Giá trị trả về
Type[]