TindakanSedang Berlangsung

public final enum ActionInProgress
extends Enum<ActionInProgress>

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


Tindakan umum sedang berlangsung. Digunakan untuk memberikan lebih banyak konteks tentang kegagalan.

Ringkasan

Nilai enum

ActionInProgress  FETCHING_ARTIFACTS

 

ActionInProgress  FREE_RESOURCES

 

ActionInProgress  SETUP

 

ActionInProgress  TEAR_DOWN

 

ActionInProgress  TEST

 

ActionInProgress  UNSET

 

Metode publik

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

Nilai enum

FETCHING_ARTIFACTS

public static final ActionInProgress FETCHING_ARTIFACTS

REFERENSI_GRATIS

public static final ActionInProgress FREE_RESOURCES

PENYIAPAN

public static final ActionInProgress SETUP

MATA_HILANG

public static final ActionInProgress TEAR_DOWN

PENGUJIAN

public static final ActionInProgress TEST

TIDAK DISETEL

public static final ActionInProgress UNSET

Metode publik

nilai

public static ActionInProgress valueOf (String name)

Parameter
name String

Hasil
ActionInProgress

nilai-nilai

public static final ActionInProgress[] values ()

Hasil
ActionInProgress[]