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
Métodos públicos
valueOf
public static ActionInProgress valueOf (String name)
| Parâmetros | |
|---|---|
name |
String |
| Retorna | |
|---|---|
ActionInProgress |
|