Aktion in Bearbeitung

public final enum ActionInProgress
extends Enum<ActionInProgress>

java.lang.Object
😎 java.lang.Enum<com.android.tradefed.result.ActionInProgress> (in englischer Sprache)
  😎 com.android.tradefed.result.ActionInProgress


Die allgemeine Aktion wird gerade ausgeführt. Wird verwendet, um Fehlern mehr Kontext zu liefern.

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

ARTEFAKTE_ABRUFEN

public static final ActionInProgress FETCHING_ARTIFACTS

KOSTENLOSE_RESSOURCEN

public static final ActionInProgress FREE_RESOURCES

EINRICHTUNG

public static final ActionInProgress SETUP

TEAR_DOWN

public static final ActionInProgress TEAR_DOWN

TEST

public static final ActionInProgress TEST

NICHT FESTGELEGT

public static final ActionInProgress UNSET

Öffentliche Methoden

valueOf

public static ActionInProgress valueOf (String name)

Parameter
name String

Returns
ActionInProgress

Werte

public static final ActionInProgress[] values ()

Returns
ActionInProgress[]