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


Lo stato del comando nel cluster TF.

Riepilogo

Valori enum

ClusterCommand.State  CANCELED

Annullato dall'utente o non è stato possibile allocare un dispositivo. 

ClusterCommand.State  COMPLETED

Operazione completata correttamente. 

ClusterCommand.State  ERROR

Completata 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 impossibile determinare lo stato. 

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 non è stato possibile allocare un dispositivo.

COMPLETATO

public static final ClusterCommand.State COMPLETED

Operazione completata correttamente.

ERRORE

public static final ClusterCommand.State ERROR

Completata in modo eccezionale.

IRREVERSIBILE

public static final ClusterCommand.State FATAL

Errore non ripetibile, 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

valueOf

public static ClusterCommand.State valueOf (String name)

Parametri
name String

Ritorni
ClusterCommand.State

valori

public static final State[] values ()

Ritorni
State[]