Uses of Enum Class
io.jenkins.plugins.changeinvestigator.ai.AiAnalysisException.Kind
Packages that use AiAnalysisException.Kind
-
Uses of AiAnalysisException.Kind in io.jenkins.plugins.changeinvestigator.ai
Methods in io.jenkins.plugins.changeinvestigator.ai that return AiAnalysisException.KindModifier and TypeMethodDescriptionAiAnalysisException.getKind()static AiAnalysisException.KindReturns the enum constant of this class with the specified name.static AiAnalysisException.Kind[]AiAnalysisException.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.changeinvestigator.ai with parameters of type AiAnalysisException.KindModifier and TypeMethodDescriptionstatic StringSafeAiFailure.describe(AiAnalysisException.Kind kind) Constructors in io.jenkins.plugins.changeinvestigator.ai with parameters of type AiAnalysisException.KindModifierConstructorDescriptionAiAnalysisException(AiAnalysisException.Kind kind, String message) AiAnalysisException(AiAnalysisException.Kind kind, String message, Throwable cause)