Class TestRegistryClientBuilder.TestRegistryBuilder
java.lang.Object
io.quarkus.devtools.testing.registry.client.TestRegistryClientBuilder.TestRegistryBuilder
- Enclosing class:
- TestRegistryClientBuilder
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddPlatformRelease(io.quarkus.registry.catalog.Platform platform, io.quarkus.registry.catalog.PlatformStream stream, io.quarkus.registry.catalog.PlatformRelease release, io.quarkus.registry.catalog.PlatformCatalog.Mutable catalog) disabled()external()Indicates that this registry is not a test registry.newNonPlatformCatalog(String quarkusVersion) newPlatform(String platformKey) platformCatalog(io.quarkus.registry.catalog.PlatformCatalog newCatalog) recognizedQuarkusVersions(String expr, boolean exclusiveProvider)
-
Method Details
-
external
Indicates that this registry is not a test registry.- Returns:
- this instance
-
disabled
-
platformCatalog
public TestRegistryClientBuilder.TestRegistryBuilder platformCatalog(io.quarkus.registry.catalog.PlatformCatalog newCatalog) -
newPlatform
-
newNonPlatformCatalog
public TestRegistryClientBuilder.TestNonPlatformCatalogBuilder newNonPlatformCatalog(String quarkusVersion) -
recognizedQuarkusVersions
-
recognizedQuarkusVersions
public TestRegistryClientBuilder.TestRegistryBuilder recognizedQuarkusVersions(String expr, boolean exclusiveProvider) -
clientBuilder
-
addPlatformRelease
protected void addPlatformRelease(io.quarkus.registry.catalog.Platform platform, io.quarkus.registry.catalog.PlatformStream stream, io.quarkus.registry.catalog.PlatformRelease release, io.quarkus.registry.catalog.PlatformCatalog.Mutable catalog)
-