작업 진행 중

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

TEAR_DOWN

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