Uses of Class
io.trino.tempto.runner.TemptoRunnerCommandLineParser.Builder
-
Uses of TemptoRunnerCommandLineParser.Builder in io.trino.tempto.runner
Methods in io.trino.tempto.runner that return TemptoRunnerCommandLineParser.BuilderModifier and TypeMethodDescriptionTemptoRunnerCommandLineParser.Builder.addOption(org.apache.commons.cli.Option option) TemptoRunnerCommandLineParser.Builder.setConfigFile(String configFile, boolean changeable) TemptoRunnerCommandLineParser.Builder.setConfigFiles(List<String> configFiles, boolean changeable) TemptoRunnerCommandLineParser.Builder.setDefaultValue(org.apache.commons.cli.Option option, Object value) TemptoRunnerCommandLineParser.Builder.setExcludedGroups(String excludedGroups, boolean changeable) TemptoRunnerCommandLineParser.Builder.setReportDir(String reportDir, boolean changeable) TemptoRunnerCommandLineParser.Builder.setTestsPackage(String testsPackage, boolean changeable)