Azione in corso
public
final
enum
ActionInProgress
extends Enum<ActionInProgress>
java.lang.Object | ||
🎞 | java.lang.Enum<com.android.tradefed.result.ActionInProgress> | |
🎞 | com.android.tradefed.result.ActionInProgress |
L'azione generale è in corso. Utilizzato per fornire maggiore contesto agli errori.
Riepilogo
Valori enum | |
---|---|
ActionInProgress |
FETCHING_ARTIFACTS
|
ActionInProgress |
FREE_RESOURCES
|
ActionInProgress |
SETUP
|
ActionInProgress |
TEAR_DOWN
|
ActionInProgress |
TEST
|
ActionInProgress |
UNSET
|
Metodi pubblici | |
---|---|
static
ActionInProgress
|
valueOf(String name)
|
static
final
ActionInProgress[]
|
values()
|
Valori enum
Metodi pubblici
valueOf
public static ActionInProgress valueOf (String name)
Parametri | |
---|---|
name |
String |
Ritorni | |
---|---|
ActionInProgress |