العمل في التقدم

public final enum ActionInProgress
extends Enum< ActionInProgress >

java.lang.Object
java.lang.Enum< com.android.tradefed.result.ActionInProgress >
com.android.tradefed.result.ActionInProgress


الإجراء العام قيد التقدم. تستخدم لإعطاء المزيد من السياق للفشل.

ملخص

قيم التعداد

ActionInProgress FETCHING_ARTIFACTS

ActionInProgress FREE_RESOURCES

ActionInProgress SETUP

ActionInProgress TEAR_DOWN

ActionInProgress TEST

ActionInProgress UNSET

الأساليب العامة

static ActionInProgress valueOf (String name)
static final ActionInProgress[] values ()

قيم التعداد

FETCHING_ARTIFACTS

public static final ActionInProgress FETCHING_ARTIFACTS

موارد مجانية

public static final ActionInProgress FREE_RESOURCES

يثبت

public static final ActionInProgress SETUP

تمزيق

public static final ActionInProgress TEAR_DOWN

امتحان

public static final ActionInProgress TEST

غير محدد

public static final ActionInProgress UNSET

الأساليب العامة

قيمة ال

public static ActionInProgress valueOf (String name)

حدود
name String

عائدات
ActionInProgress

قيم

public static final ActionInProgress[] values ()

عائدات
ActionInProgress[]