Uses of Class
io.quarkus.devtools.testing.codestarts.QuarkusCodestartTestBuilder
Packages that use QuarkusCodestartTestBuilder
-
Uses of QuarkusCodestartTestBuilder in io.quarkus.devtools.testing.codestarts
Methods in io.quarkus.devtools.testing.codestarts that return QuarkusCodestartTestBuilderModifier and TypeMethodDescriptionQuarkusCodestartTestBuilder.addArtifacts(Collection<String> artifacts) Add artifacts which contains codestartsstatic QuarkusCodestartTestBuilderQuarkusCodestartTest.builder()Set the build tool to use for testing (default is maven)QuarkusCodestartTestBuilder.codestarts(String... codestarts) Set the list of codestarts that should be added to the generated projectsQuarkusCodestartTestBuilder.extension(io.quarkus.maven.dependency.ArtifactCoords extension) Set the extension (and its codestarts) that should be added to the generated projectsQuarkusCodestartTestBuilder.extension(io.quarkus.maven.dependency.ArtifactKey extension) Set the extension (and its codestarts) that should be added to the generated projectsQuarkusCodestartTestBuilder.extensionCatalog(io.quarkus.registry.catalog.ExtensionCatalog extensionCatalog) Specify a custom extensionCatalog, by default it will use the test registry to get it.QuarkusCodestartTestBuilder.extensions(Collection<io.quarkus.maven.dependency.ArtifactCoords> extensions) Set the list of extensions (and their codestarts) that should be added to the generated projectsQuarkusCodestartTestBuilder.languages(QuarkusCodestartCatalog.Language... languages) Set the list of languages in which we should generated projectsQuarkusCodestartTestBuilder.packageName(String packageName) Set the package name to use in the generated projectsAdd some custom codestart data for testingAdd some custom codestart data for testingQuarkusCodestartTestBuilder.quarkusCodestartCatalog(QuarkusCodestartCatalog quarkusCodestartCatalog) Specify a custom quarkus codestart catalog, by default it will use the extension catalog to get it.QuarkusCodestartTestBuilder.setupStandaloneExtensionTest()Automatically set up the extension catalog for a standalone extension.QuarkusCodestartTestBuilder.setupStandaloneExtensionTest(String extensionGA) Automatically set up the extension catalog for a standalone extension.QuarkusCodestartTestBuilder.standaloneExtensionCatalog()Deprecated.QuarkusCodestartTestBuilder.standaloneExtensionCatalog(String quarkusBomGroupId, String quarkusBomVersion) Deprecated, for removal: This API element is subject to removal in a future version.QuarkusCodestartTestBuilder.withQuarkusBom(String quarkusBomGroupId, String quarkusBomVersion) QuarkusCodestartTestBuilder.withQuarkusBomVersion(String quarkusBomVersion)