작업 진행 중
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
공개 방법
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2023-04-28(UTC)
[]
[]