Uses of Class
io.jenkins.plugins.changeinvestigator.ai.AiAssessment
Packages that use AiAssessment
-
Uses of AiAssessment in io.jenkins.plugins.changeinvestigator
Methods in io.jenkins.plugins.changeinvestigator that return AiAssessmentModifier and TypeMethodDescriptionInvestigationAction.getAiAssessment()InvestigationAction.AiPresentation.getAssessment() -
Uses of AiAssessment in io.jenkins.plugins.changeinvestigator.ai
Methods in io.jenkins.plugins.changeinvestigator.ai that return AiAssessmentModifier and TypeMethodDescriptionAiAnalysisService.analyze(BuildInvestigationEvidence evidence, AiProviderConfig providerConfig, int timeoutSeconds, double temperature) static AiAssessmentAiAssessment.completed(String mostLikelyCause, Confidence confidence, String reasoning, List<String> supportingEvidence, List<String> recommendedChecks, boolean insufficientEvidence, String providerUsed, String modelUsed) static AiAssessmentAiAssessment.disabled()static AiAssessmentMethods in io.jenkins.plugins.changeinvestigator.ai that return types with arguments of type AiAssessmentModifier and TypeMethodDescriptionAiAnalysisExecutor.Reservation.future()Returns the value of thefuturerecord component.Methods in io.jenkins.plugins.changeinvestigator.ai with parameters of type AiAssessmentModifier and TypeMethodDescriptionvoidAiAnalysisExecutor.complete(String key, CompletableFuture<AiAssessment> future, AiAssessment result) Method parameters in io.jenkins.plugins.changeinvestigator.ai with type arguments of type AiAssessmentModifier and TypeMethodDescriptionvoidAiAnalysisExecutor.complete(String key, CompletableFuture<AiAssessment> future, AiAssessment result) Constructor parameters in io.jenkins.plugins.changeinvestigator.ai with type arguments of type AiAssessmentModifierConstructorDescriptionReservation(CompletableFuture<AiAssessment> future, boolean owner) Creates an instance of aReservationrecord class.