Aktion im Gange
public final enum ActionInProgress
extends Enum< ActionInProgress >
java.lang.Object | ||
↳ | java.lang.Enum< com.android.tradefed.result.ActionInProgress > | |
↳ | com.android.tradefed.result.ActionInProgress |
Die allgemeine Aktion läuft. Wird verwendet, um Fehlern mehr Kontext zu geben.
Zusammenfassung
Enum-Werte | |
---|---|
ActionInProgress | FETCHING_ARTIFACTS |
ActionInProgress | FREE_RESOURCES |
ActionInProgress | SETUP |
ActionInProgress | TEAR_DOWN |
ActionInProgress | TEST |
ActionInProgress | UNSET
|
Öffentliche Methoden | |
---|---|
static ActionInProgress | valueOf (String name) |
static final ActionInProgress[] | values () |
Enum-Werte
FETCHING_ARTIFACTS
public static final ActionInProgress FETCHING_ARTIFACTS
FREE_RESOURCES
public static final ActionInProgress FREE_RESOURCES
KONFIGURATION
public static final ActionInProgress SETUP
NIEDERREISSEN
public static final ActionInProgress TEAR_DOWN
PRÜFUNG
public static final ActionInProgress TEST
Öffentliche Methoden
Wert von
public static ActionInProgress valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
ActionInProgress |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.
[]
[]