Đang tiến hành hành động
public
final
enum
ActionInProgress
extends Enum<ActionInProgress>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.result.ActionInProgress> | |
↳ | com.android.tradefed.result.ActionInProgress |
Đang thực hiện hành động chung. Dùng để cung cấp thêm bối cảnh cho lỗi.
Tóm tắt
Giá trị enum | |
---|---|
ActionInProgress |
FETCHING_ARTIFACTS
|
ActionInProgress |
FREE_RESOURCES
|
ActionInProgress |
SETUP
|
ActionInProgress |
TEAR_DOWN
|
ActionInProgress |
TEST
|
ActionInProgress |
UNSET
|
Phương thức công khai | |
---|---|
static
ActionInProgress
|
valueOf(String name)
|
static
final
ActionInProgress[]
|
values()
|
Giá trị enum
Phương thức công khai
giá trị của
public static ActionInProgress valueOf (String name)
Tham số | |
---|---|
name |
String |
Giá trị trả về | |
---|---|
ActionInProgress |