Uses of Class
io.quarkus.bootstrap.resolver.update.VersionUpdate
-
Packages that use VersionUpdate Package Description io.quarkus.bootstrap io.quarkus.bootstrap.app io.quarkus.bootstrap.resolver.update -
-
Uses of VersionUpdate in io.quarkus.bootstrap
Methods in io.quarkus.bootstrap with parameters of type VersionUpdate Modifier and Type Method Description BootstrapAppModelFactoryBootstrapAppModelFactory. setVersionUpdate(VersionUpdate versionUpdate) -
Uses of VersionUpdate in io.quarkus.bootstrap.app
Methods in io.quarkus.bootstrap.app with parameters of type VersionUpdate Modifier and Type Method Description QuarkusBootstrap.BuilderQuarkusBootstrap.Builder. setVersionUpdate(VersionUpdate versionUpdate) -
Uses of VersionUpdate in io.quarkus.bootstrap.resolver.update
Methods in io.quarkus.bootstrap.resolver.update that return VersionUpdate Modifier and Type Method Description static VersionUpdateVersionUpdate. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionUpdate[]VersionUpdate. values()Returns an array containing the constants of this enum type, in the order they are declared.
-