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
Enum valori | |
---|---|
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 () |
Enum valori
Allocazione non 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
Invocazione completata
public static final ClusterCommandEvent.Type InvocationCompleted
InvocazioneTerminata
public static final ClusterCommandEvent.Type InvocationEnded
Invocazione non riuscita
public static final ClusterCommandEvent.Type InvocationFailed
Invocazione avviata
public static final ClusterCommandEvent.Type InvocationInitiated
Invocazione iniziata
public static final ClusterCommandEvent.Type InvocationStarted
Test terminato
public static final ClusterCommandEvent.Type TestEnded
TestRunInProgress
public static final ClusterCommandEvent.Type TestRunInProgress
Metodi pubblici
valore di
public static ClusterCommandEvent.Type valueOf (String name)
Parametri | |
---|---|
name | String |
ritorna | |
---|---|
ClusterCommandEvent.Type |
I campioni di contenuti e codice in questa pagina sono soggetti alle licenze descritte nella Licenza per i contenuti. Java e OpenJDK sono marchi o marchi registrati di Oracle e/o delle sue società consociate.
Ultimo aggiornamento 2023-04-28 UTC.
[]
[]