ClusterCommandEvent.Type

public static final enum ClusterCommandEvent.Type
extends Enum<ClusterCommandEvent.Type>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.cluster.ClusterCommandEvent.Type>
     ↳ com.android.tradefed.cluster.ClusterCommandEvent.Type


Resumo

Valores de enumeração

ClusterCommandEvent.Type  AllocationFailed

 

ClusterCommandEvent.Type  ConfigurationError

 

ClusterCommandEvent.Type  ExecuteFailed

 

ClusterCommandEvent.Type  FetchFailed

 

ClusterCommandEvent.Type  InvocationCompleted

 

ClusterCommandEvent.Type  InvocationEnded

 

ClusterCommandEvent.Type  InvocationFailed

 

ClusterCommandEvent.Type  InvocationInitiated

 

ClusterCommandEvent.Type  InvocationStarted

 

ClusterCommandEvent.Type  TestEnded

 

ClusterCommandEvent.Type  TestRunInProgress

 

Métodos públicos

static ClusterCommandEvent.Type valueOf(String name)
static final Type[] values()

Valores de enumeração

Falha na alocação

public static final ClusterCommandEvent.Type AllocationFailed

Erro de configuração

public static final ClusterCommandEvent.Type ConfigurationError

Falha na execução

public static final ClusterCommandEvent.Type ExecuteFailed

Falha na busca

public static final ClusterCommandEvent.Type FetchFailed

Invocação concluída

public static final ClusterCommandEvent.Type InvocationCompleted

Invocação encerrada

public static final ClusterCommandEvent.Type InvocationEnded

Falha na invocação

public static final ClusterCommandEvent.Type InvocationFailed

Invocação iniciada

public static final ClusterCommandEvent.Type InvocationInitiated

Invocação iniciada

public static final ClusterCommandEvent.Type InvocationStarted

Finalizado no teste

public static final ClusterCommandEvent.Type TestEnded

TestRunInProgress

public static final ClusterCommandEvent.Type TestRunInProgress

Métodos públicos

valorDe

public static ClusterCommandEvent.Type valueOf (String name)

Parâmetros
name String

Retorna
ClusterCommandEvent.Type

valores

public static final Type[] values ()

Retorna
Type[]