アクション進行中

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

取り壊す

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[]