Đ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

TÌM NẠP_ARTIfactS

public static final ActionInProgress FETCHING_ARTIFACTS

FREE_TÀI NGUYÊN

public static final ActionInProgress FREE_RESOURCES

THIẾT LẬP

public static final ActionInProgress SETUP

HÉ LỘ

public static final ActionInProgress TEAR_DOWN

THỬ NGHIỆM

public static final ActionInProgress TEST

CHƯA ĐẶT

public static final ActionInProgress UNSET

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

giá trị

public static final ActionInProgress[] values ()

Giá trị trả về
ActionInProgress[]