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()
|
列舉值
公用方法
valueOf
public static ClusterCommand.RequestType valueOf (String name)
參數 | |
---|---|
name |
String |
傳回 | |
---|---|
ClusterCommand.RequestType |