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 |
摘要
列舉值 | |
---|---|
ClusterCommand.RequestType |
MANAGED
代管要求:指令列會透過新的 TF 程序執行。 |
ClusterCommand.RequestType |
UNMANAGED
非受管要求:指令列將以目前 TF 程序的形式執行。 |
公用方法 | |
---|---|
static
ClusterCommand.RequestType
|
valueOf(String name)
|
static
final
RequestType[]
|
values()
|
列舉值
公用方法
值
public static ClusterCommand.RequestType valueOf (String name)
參數 | |
---|---|
name |
String |
傳回 | |
---|---|
ClusterCommand.RequestType |