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 di enumerazione

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 di enumerazione

Allocazione non riuscita

public static final ClusterCommandEvent.Type AllocationFailed

Errore di configurazione

public static final ClusterCommandEvent.Type ConfigurationError

EseguiFailed

public static final ClusterCommandEvent.Type ExecuteFailed

Recupero non riuscito

public static final ClusterCommandEvent.Type FetchFailed

InvocazioneCompletata

public static final ClusterCommandEvent.Type InvocationCompleted

InvocazioneFine

public static final ClusterCommandEvent.Type InvocationEnded

Invocazione non riuscita

public static final ClusterCommandEvent.Type InvocationFailed

InvocazioneIniziata

public static final ClusterCommandEvent.Type InvocationInitiated

Invocazione avviata

public static final ClusterCommandEvent.Type InvocationStarted

Test terminato

public static final ClusterCommandEvent.Type TestEnded

TestRunInProgress

public static final ClusterCommandEvent.Type TestRunInProgress

Non affittato

public static final ClusterCommandEvent.Type Unleased

Metodi pubblici

valore di

public static ClusterCommandEvent.Type valueOf (String name)

Parametri
name String

ritorna
ClusterCommandEvent.Type

valori

public static final Type[] values ()

ritorna
Type[]