Ação em progresso

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

RECURSOS_GRATUITOS

public static final ActionInProgress FREE_RESOURCES

CONFIGURAR

public static final ActionInProgress SETUP

DESTRUIR

public static final ActionInProgress TEAR_DOWN

TESTE

public static final ActionInProgress TEST

DESCONFIGURAR

public static final ActionInProgress UNSET

Métodos públicos

valor de

public static ActionInProgress valueOf (String name)

Parâmetros
name String

devoluções
ActionInProgress

valores

public static final ActionInProgress[] values ()

devoluções
ActionInProgress[]