Ação em andamento

public final enum ActionInProgress
extends Enum<ActionInProgress>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.result.ActionInProgress>
     ↳ com.android.tradefed.result.ActionInProgress


A ação geral em andamento. Usado para dar mais contexto a falhas.

Resumo

Valores de enumeração

ActionInProgress  FETCHING_ARTIFACTS

 

ActionInProgress  FREE_RESOURCES

 

ActionInProgress  SETUP

 

ActionInProgress  TEAR_DOWN

 

ActionInProgress  TEST

 

ActionInProgress  UNSET

 

Métodos públicos

static ActionInProgress valueOf(String name)
static final ActionInProgress[] values()

Valores de enumeração

ARTEFATOS_DE FETCHING

public static final ActionInProgress FETCHING_ARTIFACTS

RECURSOS SEM CUSTO FINANCEIRO

public static final ActionInProgress FREE_RESOURCES

CONFIGURAÇÃO

public static final ActionInProgress SETUP

DESLIGAR

public static final ActionInProgress TEAR_DOWN

TESTAR

public static final ActionInProgress TEST

NÃO DEFINIDO

public static final ActionInProgress UNSET

Métodos públicos

valorDe

public static ActionInProgress valueOf (String name)

Parâmetros
name String

Retorna
ActionInProgress

valores

public static final ActionInProgress[] values ()

Retorna
ActionInProgress[]