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ído de maneira excepcional. 

ClusterCommand.State  FATAL

Erro que não permite novas tentativas, por exemplo configuração inválida. 

ClusterCommand.State  QUEUED

Inserido na fila do cluster. 

ClusterCommand.State  RUNNING

Em execução no momento. 

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ído de maneira excepcional.

FATAL

public static final ClusterCommand.State FATAL

Erro que não permite novas tentativas, por exemplo configuração inválida.

NA FILA

public static final ClusterCommand.State QUEUED

Inserido na fila do cluster.

CORRIDA

public static final ClusterCommand.State RUNNING

Em execução no momento.

DESCONHECIDO

public static final ClusterCommand.State UNKNOWN

Estado inicial ou falha ao determinar o estado.

Métodos públicos

valorDe

public static ClusterCommand.State valueOf (String name)

Parâmetros
name String

Retorna
ClusterCommand.State

valores

public static final State[] values ()

Retorna
State[]