ClusterCommand.State

public static final enum ClusterCommand.State
extends Enum< ClusterCommand.State >

java.lang.Object
java.lang.Enum< com.android.tradefed.cluster.ClusterCommand.State >
com.android.tradefed.cluster.ClusterCommand.State


Stato del comando nel cluster TF.

Riepilogo

Valori di enumerazione

ClusterCommand.State CANCELED

Annullato dall'utente o impossibile allocare un dispositivo.

ClusterCommand.State COMPLETED

Completato con successo.

ClusterCommand.State ERROR

Completato eccezionalmente.

ClusterCommand.State FATAL

Errore irreversibile, ad esempio configurazione non valida.

ClusterCommand.State QUEUED

Inserito nella coda del cluster.

ClusterCommand.State RUNNING

Attualmente in esecuzione.

ClusterCommand.State UNKNOWN

Stato iniziale o impossibile determinare lo stato.

Metodi pubblici

static ClusterCommand.State valueOf (String name)
static final State[] values ()

Valori di enumerazione

ANNULLATO

public static final ClusterCommand.State CANCELED

Annullato dall'utente o impossibile allocare un dispositivo.

COMPLETATO

public static final ClusterCommand.State COMPLETED

Completato con successo.

ERRORE

public static final ClusterCommand.State ERROR

Completato eccezionalmente.

FATALE

public static final ClusterCommand.State FATAL

Errore irreversibile, ad esempio configurazione non valida.

IN CODA

public static final ClusterCommand.State QUEUED

Inserito nella coda del cluster.

CORSA

public static final ClusterCommand.State RUNNING

Attualmente in esecuzione.

SCONOSCIUTO

public static final ClusterCommand.State UNKNOWN

Stato iniziale o impossibile determinare lo stato.

Metodi pubblici

valore di

public static ClusterCommand.State valueOf (String name)

Parametri
name String

ritorna
ClusterCommand.State

valori

public static final State[] values ()

ritorna
State[]