ClusterCommand.RequestType
public
static
final
enum
ClusterCommand.RequestType
extends Enum<ClusterCommand.RequestType>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.cluster.ClusterCommand.RequestType> | |
↳ | com.android.tradefed.cluster.ClusterCommand.RequestType |
Riepilogo
Valori enum | |
---|---|
ClusterCommand.RequestType |
MANAGED
Una richiesta gestita: la riga di comando verrà eseguita da un nuovo processo TF. |
ClusterCommand.RequestType |
UNMANAGED
Una richiesta non gestita: la riga di comando verrà eseguita così com'è dal processo TF corrente. |
Metodi pubblici | |
---|---|
static
ClusterCommand.RequestType
|
valueOf(String name)
|
static
final
RequestType[]
|
values()
|
Valori enum
GESTISCI
public static final ClusterCommand.RequestType MANAGED
Una richiesta gestita: la riga di comando verrà eseguita da un nuovo processo TF.
NON GESTITO
public static final ClusterCommand.RequestType UNMANAGED
Una richiesta non gestita: la riga di comando verrà eseguita così com'è dal processo TF corrente.
Metodi pubblici
valueOf
public static ClusterCommand.RequestType valueOf (String name)
Parametri | |
---|---|
name |
String |
Ritorni | |
---|---|
ClusterCommand.RequestType |