ActionInProgress

public final enum ActionInProgress
extends Enum<ActionInProgress>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.result.ActionInProgress>
     ↳ com.android.tradefed.result.ActionInProgress


Action générale en cours. Permet de fournir plus de contexte sur les échecs.

Résumé

Valeurs enum

ActionInProgress  FETCHING_ARTIFACTS

 

ActionInProgress  FREE_RESOURCES

 

ActionInProgress  SETUP

 

ActionInProgress  TEAR_DOWN

 

ActionInProgress  TEST

 

ActionInProgress  UNSET

 

Méthodes publiques

static ActionInProgress valueOf(String name)
static final ActionInProgress[] values()

Valeurs enum

FETCHING_ARTIFACTS

public static final ActionInProgress FETCHING_ARTIFACTS

FREE_RESOURCES

public static final ActionInProgress FREE_RESOURCES

CONFIGURATION

public static final ActionInProgress SETUP

TEAR_DOWN

public static final ActionInProgress TEAR_DOWN

TEST

public static final ActionInProgress TEST

NON DÉFINI

public static final ActionInProgress UNSET

Méthodes publiques

valueOf

public static ActionInProgress valueOf (String name)

Paramètres
name String

Renvoie
ActionInProgress

valeurs

public static final ActionInProgress[] values ()

Renvoie
ActionInProgress[]