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 enum | |
---|---|
ClusterCommand.State |
CANCELED
Annullato dall'utente o allocazione di un dispositivo non riuscita. |
ClusterCommand.State |
COMPLETED
Completato correttamente. |
ClusterCommand.State |
ERROR
Completato in modo eccezionale. |
ClusterCommand.State |
FATAL
Errore non ripetibile, 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 stato non determinato. |
Metodi pubblici | |
---|---|
static
ClusterCommand.State
|
valueOf(String name)
|
static
final
State[]
|
values()
|
Valori enum
CANCELLATO
public static final ClusterCommand.State CANCELED
Annullato dall'utente o allocazione di un dispositivo non riuscita.
IRREVERSIBILE
public static final ClusterCommand.State FATAL
Errore non ripetibile, ad esempio configurazione non valida.
SCONOSCIUTA
public static final ClusterCommand.State UNKNOWN
Stato iniziale o stato non determinato.
Metodi pubblici
valueOf
public static ClusterCommand.State valueOf (String name)
Parametri | |
---|---|
name |
String |
Ritorni | |
---|---|
ClusterCommand.State |