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


Riepilogo

Valori 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

 

ClusterCommandEvent.Type  Unleased

 

Metodi pubblici

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

Valori enum

AllocazioneNon riuscita

public static final ClusterCommandEvent.Type AllocationFailed

Errore di configurazione

public static final ClusterCommandEvent.Type ConfigurationError

Esecuzione non riuscita

public static final ClusterCommandEvent.Type ExecuteFailed

Recupero non riuscito

public static final ClusterCommandEvent.Type FetchFailed

Chiamata completata

public static final ClusterCommandEvent.Type InvocationCompleted

Chiamata terminata

public static final ClusterCommandEvent.Type InvocationEnded

Chiamata non riuscita

public static final ClusterCommandEvent.Type InvocationFailed

Chiamata avviata

public static final ClusterCommandEvent.Type InvocationInitiated

Chiamata iniziata

public static final ClusterCommandEvent.Type InvocationStarted

Test terminato

public static final ClusterCommandEvent.Type TestEnded

TestRunInProgress

public static final ClusterCommandEvent.Type TestRunInProgress

Non affittata

public static final ClusterCommandEvent.Type Unleased

Metodi pubblici

valueOf

public static ClusterCommandEvent.Type valueOf (String name)

Parametri
name String

Ritorni
ClusterCommandEvent.Type

valori

public static final Type[] values ()

Ritorni
Type[]