Azione in corso

public final enum ActionInProgress
extends Enum<ActionInProgress>

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


L'azione generale è in corso. Utilizzato per fornire maggiore contesto agli errori.

Riepilogo

Valori enum

ActionInProgress  FETCHING_ARTIFACTS

 

ActionInProgress  FREE_RESOURCES

 

ActionInProgress  SETUP

 

ActionInProgress  TEAR_DOWN

 

ActionInProgress  TEST

 

ActionInProgress  UNSET

 

Metodi pubblici

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

Valori enum

RECUPERO_ARTIFATTI

public static final ActionInProgress FETCHING_ARTIFACTS

RISORSE_GRATUITE

public static final ActionInProgress FREE_RESOURCES

CONFIGURA

public static final ActionInProgress SETUP

DISCESA

public static final ActionInProgress TEAR_DOWN

TEST

public static final ActionInProgress TEST

ANNULLA IMPOSTAZIONE

public static final ActionInProgress UNSET

Metodi pubblici

valueOf

public static ActionInProgress valueOf (String name)

Parametri
name String

Ritorni
ActionInProgress

valori

public static final ActionInProgress[] values ()

Ritorni
ActionInProgress[]