작업 진행 중
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()
|