הפעולה מתבצעת
public
final
enum
ActionInProgress
extends Enum<ActionInProgress>
JavaScript.lang.Object | ||
↳ | Java.lang.Enum<com.android.tradefed.result.ActionInProgress> | |
↳ | com.android.tradefed.result.ActionInProgress |
הפעולה הכללית מתבצעת. היא משמשת למתן הקשר נוסף לכשלים.
סיכום
ערכי טיפוסים בני מנייה (enum) | |
---|---|
ActionInProgress |
FETCHING_ARTIFACTS
|
ActionInProgress |
FREE_RESOURCES
|
ActionInProgress |
SETUP
|
ActionInProgress |
TEAR_DOWN
|
ActionInProgress |
TEST
|
ActionInProgress |
UNSET
|
שיטות ציבוריות | |
---|---|
static
ActionInProgress
|
valueOf(String name)
|
static
final
ActionInProgress[]
|
values()
|
ערכי טיפוסים בני מנייה (enum)
שיטות ציבוריות
ערך של
public static ActionInProgress valueOf (String name)
פרמטרים | |
---|---|
name |
String |
החזרות | |
---|---|
ActionInProgress |