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
Constructors in org.egothor.methodatlas.command with parameters of type CliConfigModifierConstructorDescriptionApplyTagsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new apply-tags command.ApplyTagsFromCsvCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig) Creates a new apply-tags-from-csv command.GitHubAnnotationsCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new GitHub Annotations command.ManualPrepareCommand(ManualMode.Prepare prepare, CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig) Creates a new manual-prepare command.SarifCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new SARIF command.ScanCommand(CliConfig cliConfig, org.egothor.methodatlas.api.TestDiscoveryConfig discoveryConfig, AiSuggestionEngine aiEngine, ClassificationOverride override, AiResultCache aiCache) Creates a new scan command.