Działanie w toku
public
final
enum
ActionInProgress
extends Enum<ActionInProgress>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.result.ActionInProgress> | |
↳ | com.android.tradefed.result.ActionInProgress |
Działanie ogólne w toku. Służy do przekazywania informacji o porażkach w szerszym kontekście.
Podsumowanie
Wartości typu wyliczeniowego | |
---|---|
ActionInProgress |
FETCHING_ARTIFACTS
|
ActionInProgress |
FREE_RESOURCES
|
ActionInProgress |
SETUP
|
ActionInProgress |
TEAR_DOWN
|
ActionInProgress |
TEST
|
ActionInProgress |
UNSET
|
Metody publiczne | |
---|---|
static
ActionInProgress
|
valueOf(String name)
|
static
final
ActionInProgress[]
|
values()
|
Wartości typu wyliczeniowego
Metody publiczne
wartość
public static ActionInProgress valueOf (String name)
Parametry | |
---|---|
name |
String |
Zwroty | |
---|---|
ActionInProgress |