アクション進行中

public final enum ActionInProgress
extends Enum< ActionInProgress >

java.lang.オブジェクト
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[]