작업 진행 중

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

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