ClusterCommand.Typ żądania
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 |
Podsumowanie
Wartości typu wyliczeniowego | |
---|---|
ClusterCommand.RequestType |
MANAGED
Żądanie zarządzane: wiersz poleceń będzie uruchamiany przez nowy proces TF. |
ClusterCommand.RequestType |
UNMANAGED
Żądanie niezarządzane: wiersz poleceń będzie uruchamiany w takiej postaci, w jakiej jest w bieżącym procesie TF. |
Metody publiczne | |
---|---|
static
ClusterCommand.RequestType
|
valueOf(String name)
|
static
final
RequestType[]
|
values()
|
Wartości typu wyliczeniowego
ZARZĄDZANE
public static final ClusterCommand.RequestType MANAGED
Żądanie zarządzane: wiersz poleceń będzie uruchamiany przez nowy proces TF.
BEZ ZARZĄDZANIA
public static final ClusterCommand.RequestType UNMANAGED
Żądanie niezarządzane: wiersz poleceń będzie uruchamiany w takiej postaci, w jakiej jest w bieżącym procesie TF.
Metody publiczne
wartość
public static ClusterCommand.RequestType valueOf (String name)
Parametry | |
---|---|
name |
String |
Zwroty | |
---|---|
ClusterCommand.RequestType |