Acción en curso

public final enum ActionInProgress
extends Enum<ActionInProgress>

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


La acción general en curso. Se usa para brindar más contexto a las fallas.

Resumen

Enum. de valores

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()

Enum. de valores

ARTEFACTOS_FETCHING

public static final ActionInProgress FETCHING_ARTIFACTS

FREE_RESOURCES

public static final ActionInProgress FREE_RESOURCES

CONFIGURACIÓN

public static final ActionInProgress SETUP

RETIRO

public static final ActionInProgress TEAR_DOWN

PROBAR

public static final ActionInProgress TEST

SIN CONFIGURAR

public static final ActionInProgress UNSET

Métodos públicos

valorDe

public static ActionInProgress valueOf (String name)

Parámetros
name String

Muestra
ActionInProgress

valores

public static final ActionInProgress[] values ()

Muestra
ActionInProgress[]