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


Ringkasan

Nilai 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

 

Metode publik

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

Nilai enum

AlokasiGagal

public static final ClusterCommandEvent.Type AllocationFailed

Error Konfigurasi

public static final ClusterCommandEvent.Type ConfigurationError

EksekusiGagal

public static final ClusterCommandEvent.Type ExecuteFailed

Pengambilan Gagal

public static final ClusterCommandEvent.Type FetchFailed

PemanggilanSelesai

public static final ClusterCommandEvent.Type InvocationCompleted

Pemanggilan Berakhir

public static final ClusterCommandEvent.Type InvocationEnded

PemanggilanGagal

public static final ClusterCommandEvent.Type InvocationFailed

Pemanggilan Dimulai

public static final ClusterCommandEvent.Type InvocationInitiated

PemanggilanDimulai

public static final ClusterCommandEvent.Type InvocationStarted

Pengujian Berakhir

public static final ClusterCommandEvent.Type TestEnded

PengujianRunInProgress

public static final ClusterCommandEvent.Type TestRunInProgress

Metode publik

nilai

public static ClusterCommandEvent.Type valueOf (String name)

Parameter
name String

Hasil
ClusterCommandEvent.Type

nilai-nilai

public static final Type[] values ()

Hasil
Type[]