ActionInProgress

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

FREE_RESOURCES

public static final ActionInProgress FREE_RESOURCES

إعداد

public static final ActionInProgress SETUP

TEAR_DOWN

public static final ActionInProgress TEAR_DOWN

اختبار

public static final ActionInProgress TEST

إلغاء الضبط

public static final ActionInProgress UNSET

الطرق العامة

valueOf

public static ActionInProgress valueOf (String name)

المعلمات
name String

المرتجعات
ActionInProgress

values

public static final ActionInProgress[] values ()

المرتجعات
ActionInProgress[]