ActionInProgress
public
final
enum
ActionInProgress
extends Enum<ActionInProgress>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.result.ActionInProgress> | |
↳ | com.android.tradefed.result.ActionInProgress |
The general action in progress. Used to give more context to failures.
Summary
Enum values | |
---|---|
ActionInProgress |
FETCHING_ARTIFACTS
|
ActionInProgress |
FREE_RESOURCES
|
ActionInProgress |
SETUP
|
ActionInProgress |
TEAR_DOWN
|
ActionInProgress |
TEST
|
ActionInProgress |
UNSET
|
Public methods | |
---|---|
static
ActionInProgress
|
valueOf(String name)
|
static
final
ActionInProgress[]
|
values()
|
Enum values
Public methods
valueOf
public static ActionInProgress valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
ActionInProgress |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-04-28 UTC.
[null,null,["Last updated 2023-04-28 UTC."],[],[]]