ActionInProgress
public
final
enum
ActionInProgress
extends Enum<ActionInProgress>
java.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()
|