ClusterCommandEvent.Type
public static final enum ClusterCommandEvent.Type
extends Enum< ClusterCommandEvent.Type >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.cluster.ClusterCommandEvent.Type > | |
↳ | com.android.tradefed.cluster.ClusterCommandEvent.Type |
概要
枚举值 | |
---|---|
ClusterCommandEvent.Type | AllocationFailed |
ClusterCommandEvent.Type | ConfigurationError |
ClusterCommandEvent.Type | ExecuteFailed |
ClusterCommandEvent.Type | FetchFailed |
ClusterCommandEvent.Type | InvocationCompleted |
ClusterCommandEvent.Type | InvocationEnded |
ClusterCommandEvent.Type | InvocationFailed |
ClusterCommandEvent.Type | InvocationInitiated |
ClusterCommandEvent.Type | InvocationStarted |
ClusterCommandEvent.Type | TestEnded |
ClusterCommandEvent.Type | TestRunInProgress
|
公开方法 | |
---|---|
static ClusterCommandEvent.Type | valueOf (String name) |
static final Type[] | values () |
枚举值
分配失败
public static final ClusterCommandEvent.Type AllocationFailed
ConfigurationError
public static final ClusterCommandEvent.Type ConfigurationError
执行失败
public static final ClusterCommandEvent.Type ExecuteFailed
提取失败
public static final ClusterCommandEvent.Type FetchFailed
调用完成
public static final ClusterCommandEvent.Type InvocationCompleted
调用结束
public static final ClusterCommandEvent.Type InvocationEnded
调用失败
public static final ClusterCommandEvent.Type InvocationFailed
启动调用
public static final ClusterCommandEvent.Type InvocationInitiated
调用开始
public static final ClusterCommandEvent.Type InvocationStarted
测试结束
public static final ClusterCommandEvent.Type TestEnded
TestRunInProgress
public static final ClusterCommandEvent.Type TestRunInProgress
公开方法
的价值
public static ClusterCommandEvent.Type valueOf (String name)
参量 | |
---|---|
name | String |
退货 | |
---|---|
ClusterCommandEvent.Type |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-08 UTC.