RetryRescheduler.RetryType
public static final enum RetryRescheduler.RetryType
extends Enum< RetryRescheduler.RetryType >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.testtype.suite.retry.RetryRescheduler.RetryType > | |
↳ | com.android.tradefed.testtype.suite.retry.RetryRescheduler.RetryType |
可以重試的測試類型。
概要
枚舉值 | |
---|---|
RetryRescheduler.RetryType | FAILED |
RetryRescheduler.RetryType | NOT_EXECUTED
|
公開方法 | |
---|---|
static RetryRescheduler.RetryType | valueOf (String name) |
static final RetryType[] | values () |
枚舉值
失敗
public static final RetryRescheduler.RetryType FAILED
NOT_EXECUTED
public static final RetryRescheduler.RetryType NOT_EXECUTED
公開方法
的價值
public static RetryRescheduler.RetryType valueOf (String name)
參量 | |
---|---|
name | String |
退貨 | |
---|---|
RetryRescheduler.RetryType |
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 2019-10-02 UTC.