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


Status do comando no cluster do TF.

Resumo

Valores de enumeração

ClusterCommand.State  CANCELED

Cancelado pelo usuário ou não foi possível alocar um dispositivo. 

ClusterCommand.State  COMPLETED

Concluído. 

ClusterCommand.State  ERROR

Concluída excepcionalmente. 

ClusterCommand.State  FATAL

Erro não reutilizável, por exemplo, configuração inválida. 

ClusterCommand.State  QUEUED

Inserido na fila do cluster. 

ClusterCommand.State  RUNNING

Está sendo executado. 

ClusterCommand.State  UNKNOWN

Estado inicial ou falha ao determinar o estado. 

Métodos públicos

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

Valores de enumeração

CANCELED

public static final ClusterCommand.State CANCELED

Cancelado pelo usuário ou não foi possível alocar um dispositivo.

CONCLUÍDO

public static final ClusterCommand.State COMPLETED

Concluído.

ERROR

public static final ClusterCommand.State ERROR

Concluída excepcionalmente.

FATAL

public static final ClusterCommand.State FATAL

Erro não reutilizável, por exemplo, configuração inválida.

EM FILA

public static final ClusterCommand.State QUEUED

Inserido na fila do cluster.

CORRIDA

public static final ClusterCommand.State RUNNING

Está sendo executado.

DESCONHECIDO

public static final ClusterCommand.State UNKNOWN

Estado inicial ou falha ao determinar o estado.

Métodos públicos

valueOf

public static ClusterCommand.State valueOf (String name)

Parâmetros
name String

Retorna
ClusterCommand.State

valores

public static final State[] values ()

Retorna
State[]