Uses of Class
fish.payara.notification.healthcheck.HealthCheckResultEntry
-
Packages that use HealthCheckResultEntry Package Description fish.payara.notification.healthcheck fish.payara.nucleus.healthcheck -
-
Uses of HealthCheckResultEntry in fish.payara.notification.healthcheck
Methods in fish.payara.notification.healthcheck that return types with arguments of type HealthCheckResultEntry Modifier and Type Method Description List<HealthCheckResultEntry>HealthCheckNotificationData. getEntries()Constructor parameters in fish.payara.notification.healthcheck with type arguments of type HealthCheckResultEntry Constructor Description HealthCheckNotificationData(List<HealthCheckResultEntry> entries) -
Uses of HealthCheckResultEntry in fish.payara.nucleus.healthcheck
Methods in fish.payara.nucleus.healthcheck that return types with arguments of type HealthCheckResultEntry Modifier and Type Method Description List<HealthCheckResultEntry>HealthCheckResult. getEntries()Iterator<HealthCheckResultEntry>HealthCheckResult. iterator()Methods in fish.payara.nucleus.healthcheck with parameters of type HealthCheckResultEntry Modifier and Type Method Description voidHealthCheckResult. add(HealthCheckResultEntry e)
-