Uses of Record Class
dev.agenor.tools.health.HealthCheckService.HealthReport
Packages that use HealthCheckService.HealthReport
-
Uses of HealthCheckService.HealthReport in dev.agenor.tools.eval
Methods in dev.agenor.tools.eval that return HealthCheckService.HealthReportModifier and TypeMethodDescriptionEvaluationContext.healthReport()Gets the health report.EvaluationResult.healthReport()Returns the value of thehealthReportrecord component.Methods in dev.agenor.tools.eval with parameters of type HealthCheckService.HealthReportModifier and TypeMethodDescriptionstatic EvaluationResultEvaluationResult.failed(String scenarioId, Duration executionTime, MetricsService.MetricsSnapshot metrics, HealthCheckService.HealthReport healthReport, List<AssertionResult> assertions) Creates a failed result.static EvaluationResultEvaluationResult.passed(String scenarioId, Duration executionTime, MetricsService.MetricsSnapshot metrics, HealthCheckService.HealthReport healthReport, List<AssertionResult> assertions) Creates a passed result.Constructors in dev.agenor.tools.eval with parameters of type HealthCheckService.HealthReportModifierConstructorDescriptionEvaluationContext(AgenorRuntime runtime, MetricsService.MetricsSnapshot metrics, HealthCheckService.HealthReport healthReport, List<Message> messages, Instant startTime, Instant endTime) Creates a new evaluation context.EvaluationResult(String scenarioId, EvaluationResult.Status status, Duration executionTime, MetricsService.MetricsSnapshot metrics, HealthCheckService.HealthReport healthReport, List<AssertionResult> assertions, String errorMessage, Instant timestamp) Compact constructor with validation. -
Uses of HealthCheckService.HealthReport in dev.agenor.tools.health
Methods in dev.agenor.tools.health that return HealthCheckService.HealthReport