Package | Description |
---|---|
org.dynamide.interpreters | |
org.dynamide.restreplay |
Modifier and Type | Field and Description |
---|---|
Alert.LEVEL |
Alert.level |
Alert.LEVEL |
EvalResult.worstLevel |
Modifier and Type | Method and Description |
---|---|
static Alert.LEVEL |
Alert.LEVEL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alert.LEVEL[] |
Alert.LEVEL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EvalResult.addAlert(String m,
String p,
Alert.LEVEL l) |
static Alert |
Alert.alert(String m,
String p,
Alert.LEVEL l) |
Constructor and Description |
---|
Alert(String message,
String context,
Alert.LEVEL level) |
Modifier and Type | Field and Description |
---|---|
Alert.LEVEL |
RunOptions.acceptAlertLevel |
Modifier and Type | Method and Description |
---|---|
void |
ServiceResult.addAlert(String message,
String context,
Alert.LEVEL level) |
int |
ServiceResult.alertsCount(Alert.LEVEL level) |
Copyright © 2016. All rights reserved.