Uses of Class
io.quarkus.registry.catalog.PlatformStreamImpl.Builder
-
Packages that use PlatformStreamImpl.Builder Package Description io.quarkus.registry.catalog -
-
Uses of PlatformStreamImpl.Builder in io.quarkus.registry.catalog
Methods in io.quarkus.registry.catalog that return PlatformStreamImpl.Builder Modifier and Type Method Description PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. addRelease(PlatformRelease platformRelease)PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. removeMetadata(String key)PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. setId(String id)PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. setMetadata(String name, Object value)PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. setMetadata(Map<String,Object> metadata)PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. setName(String name)PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. setReleases(Collection<PlatformRelease> newReleases)
-