Uses of Record Class
org.egothor.methodatlas.CliConfig
Packages that use CliConfig
Package
Description
CLI command handler implementations for MethodAtlas.
-
Uses of CliConfig in org.egothor.methodatlas.command
Methods in org.egothor.methodatlas.command with parameters of type CliConfigModifier and TypeMethodDescriptionintScanOrchestrator.scan(List<Path> roots, CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.TestMethodSink sink, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache) Scans every configured root, forwarding each discovered test method tosink.intScanOrchestrator.scan(List<Path> roots, CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.TestMethodSink sink, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, org.egothor.methodatlas.command.CredentialTriageContext secretCtx) Scans every configured root likeScanOrchestrator.scan(List, CliConfig, TestDiscoveryConfig, AiSuggestionEngine, TestMethodSink, ClassificationOverride, AiResultCache), additionally folding credential triage into each per-class AI call whensecretCtxis supplied, so the class source is sent to the provider once for both classification and triage.Constructors in org.egothor.methodatlas.command with parameters of type CliConfigModifierConstructorDescriptionApplyTagsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, PluginLoader pluginLoader, ScanOrchestrator scanOrchestrator) Creates a new apply-tags command.ApplyTagsFromCsvCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, PluginLoader pluginLoader) Creates a new apply-tags-from-csv command.GitHubAnnotationsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, ScanOrchestrator scanOrchestrator) Creates a new GitHub Annotations command.JsonCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, PluginLoader pluginLoader, ScanOrchestrator scanOrchestrator) Creates a new JSON command.ManualPrepareCommand(ManualMode.Prepare prepare, CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, PluginLoader pluginLoader) Creates a new manual-prepare command.SarifCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, ScanOrchestrator scanOrchestrator) Creates a new SARIF command.ScanCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, PluginLoader pluginLoader, ScanOrchestrator scanOrchestrator) Creates a new scan command. -
Uses of CliConfig in org.egothor.methodatlas.evidence
Constructors in org.egothor.methodatlas.evidence with parameters of type CliConfigModifierConstructorDescriptionEvidencePackCommand(CliConfig cliConfig, EvidencePackOptions packOptions, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, org.egothor.methodatlas.ai.AiSuggestionEngine aiEngine, org.egothor.methodatlas.emit.ClassificationOverride override, AiResultCache aiCache, ScanOrchestrator orchestrator) Creates a new evidence-pack command. -
Uses of CliConfig in org.egothor.methodatlas.receipt
Methods in org.egothor.methodatlas.receipt with parameters of type CliConfig