対応進行中
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()
|