Interface Check
- All Known Implementing Classes:
CheckEntry
,HTTPCheck
,NewCheck
,TTLCheck
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 1.0
- Author:
- graemerocher
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Deprecated, for removal: This API element is subject to removal in a future version.Valid health status values. -
Method Summary
Modifier and TypeMethodDescriptiongetID()
Deprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.getNotes()
Deprecated, for removal: This API element is subject to removal in a future version.status()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getName
String getName()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The name of the check
-
getID
String getID()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- A unique ID for the check
-
getNotes
String getNotes()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- Human readable notes
-
status
Check.Status status()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The status an an enum
-
ConsulCheck
instead.