작업 진행 중

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()

Enum 값

아티팩트_페칭

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

values

public static final ActionInProgress[] values ()

반환 값
ActionInProgress[]