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


État de la commande dans le cluster TF.

Résumé

Valeurs enum

ClusterCommand.State  CANCELED

Annulé par l'utilisateur ou échec d'allocation d'un appareil. 

ClusterCommand.State  COMPLETED

Opération réussie. 

ClusterCommand.State  ERROR

Exécution exceptionnelle. 

ClusterCommand.State  FATAL

Erreur qui ne peut pas faire l'objet d'une nouvelle tentative, par exemple configuration non valide. 

ClusterCommand.State  QUEUED

Insérée dans la file d'attente du cluster. 

ClusterCommand.State  RUNNING

En cours d'exécution. 

ClusterCommand.State  UNKNOWN

État initial ou échec de la détermination de l'état. 

Méthodes publiques

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

Valeurs enum

CANCELED

public static final ClusterCommand.State CANCELED

Annulé par l'utilisateur ou échec d'allocation d'un appareil.

TERMINÉ

public static final ClusterCommand.State COMPLETED

Opération réussie.

ERROR

public static final ClusterCommand.State ERROR

Exécution exceptionnelle.

LÉGAL

public static final ClusterCommand.State FATAL

Erreur qui ne peut pas faire l'objet d'une nouvelle tentative, par exemple configuration incorrecte.

EN ATTENTE

public static final ClusterCommand.State QUEUED

Insérée dans la file d'attente du cluster.

COURSE À PIED

public static final ClusterCommand.State RUNNING

En cours d'exécution.

INCONNUE

public static final ClusterCommand.State UNKNOWN

État initial ou échec de la détermination de l'état.

Méthodes publiques

valeur_

public static ClusterCommand.State valueOf (String name)

Paramètres
name String

Renvoie
ClusterCommand.State

valeurs

public static final State[] values ()

Renvoie
State[]