Uses of Enum Class
org.egothor.methodatlas.ai.AiProvider
Packages that use AiProvider
Package
Description
AI integration layer for MethodAtlas providing automated security
classification of JUnit test methods.
-
Uses of AiProvider in org.egothor.methodatlas.ai
Methods in org.egothor.methodatlas.ai that return AiProviderModifier and TypeMethodDescriptionAiOptions.provider()Returns the value of theproviderrecord component.static AiProviderReturns the enum constant of this class with the specified name.static AiProvider[]AiProvider.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.egothor.methodatlas.ai with parameters of type AiProviderModifier and TypeMethodDescriptionAiOptions.Builder.provider(AiProvider provider) Selects the AI provider.Constructors in org.egothor.methodatlas.ai with parameters of type AiProviderModifierConstructorDescriptionAiOptions(boolean enabled, AiProvider provider, String modelName, String baseUrl, String apiKey, String apiKeyEnv, Path taxonomyFile, AiOptions.TaxonomyMode taxonomyMode, int maxClassChars, Duration timeout, int maxRetries, boolean confidence) Canonical constructor performing validation of configuration parameters.