TradefedConfigObject.Type

public static final enum TradefedConfigObject.Type
extends Enum< TradefedConfigObject.Type >

java.lang.Object
java.lang.Enum< com.android.tradefed.cluster.TradefedConfigObject.Type >
com.android.tradefed.cluster.TradefedConfigObject.Type


Une liste de types d'objets de configuration qui peuvent être injectés dans une configuration de commande de cluster.

Il doit s'agir d'un sous-ensemble de types d'objets de configuration définis dans Configuration .

Résumé

Valeurs d'énumération

TradefedConfigObject.Type RESULT_REPORTER

TradefedConfigObject.Type TARGET_PREPARER

TradefedConfigObject.Type UNKNOWN

Méthodes publiques

static TradefedConfigObject.Type valueOf (String name)
static final Type[] values ()

Valeurs d'énumération

RESULT_REPORTER

public static final TradefedConfigObject.Type RESULT_REPORTER

TARGET_PREPARER

public static final TradefedConfigObject.Type TARGET_PREPARER

INCONNU

public static final TradefedConfigObject.Type UNKNOWN

Méthodes publiques

valeur de

public static TradefedConfigObject.Type valueOf (String name)

Paramètres
name String

Retour
TradefedConfigObject.Type

valeurs

public static final Type[] values ()

Retour
Type[]