ActionInProgress

public final enum ActionInProgress
extends Enum<ActionInProgress>

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


The general action in progress. Used to give more context to failures.

Summary

Enum values

ActionInProgress  FETCHING_ARTIFACTS

 

ActionInProgress  FREE_RESOURCES

 

ActionInProgress  SETUP

 

ActionInProgress  TEAR_DOWN

 

ActionInProgress  TEST

 

ActionInProgress  UNSET

 

Public methods

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

Enum values

FETCHING_ARTIFACTS

public static final ActionInProgress FETCHING_ARTIFACTS

FREE_RESOURCES

public static final ActionInProgress FREE_RESOURCES

SETUP

public static final ActionInProgress SETUP

TEAR_DOWN

public static final ActionInProgress TEAR_DOWN

TEST

public static final ActionInProgress TEST

UNSET

public static final ActionInProgress UNSET

Public methods

valueOf

public static ActionInProgress valueOf (String name)

Parameters
name String

Returns
ActionInProgress

values

public static final ActionInProgress[] values ()

Returns
ActionInProgress[]