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 | |
Liste des types d'objets de configuration pouvant être injectés dans une configuration de commande de cluster.
Il doit s'agir d'un sous-ensemble des types d'objets de configuration définis dans Configuration.
Résumé
Valeurs enum | |
|---|---|
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 enum
Méthodes publiques
valueOf
public static TradefedConfigObject.Type valueOf (String name)
| Paramètres | |
|---|---|
name |
String |
| Renvoie | |
|---|---|
TradefedConfigObject.Type |
|