ActionInProgress

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 às 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

FETCHING_ARTIFACTS

public static final ActionInProgress FETCHING_ARTIFACTS

FREE_RESOURCES

public static final ActionInProgress FREE_RESOURCES

CONFIGURAÇÃO

public static final ActionInProgress SETUP

TEAR_DOWN

public static final ActionInProgress TEAR_DOWN

TESTAR

public static final ActionInProgress TEST

NÃO DEFINIDO

public static final ActionInProgress UNSET

Métodos públicos

valueOf

public static ActionInProgress valueOf (String name)

Parâmetros
name String

Retorna
ActionInProgress

valores

public static final ActionInProgress[] values ()

Retorna
ActionInProgress[]