StatusCheckerResult.CheckStatus
public
static
final
enum
StatusCheckerResult.CheckStatus
com.android.tradefed.suite.checker.StatusCheckerResult.CheckStatus |
Summary
Enum values | |
---|---|
StatusCheckerResult.CheckStatus |
FAILED
status check did not succeed. |
StatusCheckerResult.CheckStatus |
SUCCESS
status check was successful |
Public methods | |
---|---|
static
StatusCheckerResult.CheckStatus
|
valueOf(String name)
|
static
final
CheckStatus[]
|
values()
|
Enum values
FAILED
public static final StatusCheckerResult.CheckStatus FAILED
status check did not succeed. An error message might be available (optional).
Public methods
valueOf
public static StatusCheckerResult.CheckStatus valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
StatusCheckerResult.CheckStatus |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-03-08 UTC.
[]
[]