public static enum RestTestResult.Status extends Enum<RestTestResult.Status>
Enum Constant and Description |
---|
FAILED |
SUCCESSFUL |
Modifier and Type | Method and Description |
---|---|
static RestTestResult.Status |
forKey(String key) |
static RestTestResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestTestResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestTestResult.Status SUCCESSFUL
public static final RestTestResult.Status FAILED
public static RestTestResult.Status[] values()
for (RestTestResult.Status c : RestTestResult.Status.values()) System.out.println(c);
public static RestTestResult.Status valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RestTestResult.Status forKey(String key)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.