Uses of Class
io.quarkus.deployment.dev.devservices.GlobalDevServicesConfig
Packages that use GlobalDevServicesConfig
-
Uses of GlobalDevServicesConfig in io.quarkus.deployment.builditem
Methods in io.quarkus.deployment.builditem with parameters of type GlobalDevServicesConfigModifier and TypeMethodDescriptionstatic booleanDevServicesSharedNetworkBuildItem.isSharedNetworkRequired(GlobalDevServicesConfig globalDevServicesConfig, List<DevServicesSharedNetworkBuildItem> devServicesSharedNetworkBuildItem) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of GlobalDevServicesConfig in io.quarkus.deployment.dev.devservices
Fields in io.quarkus.deployment.dev.devservices declared as GlobalDevServicesConfigModifier and TypeFieldDescription(package private) final GlobalDevServicesConfigGlobalDevServicesConfig.Enabled.configDeprecated, for removal: This API element is subject to removal in a future version.Constructors in io.quarkus.deployment.dev.devservices with parameters of type GlobalDevServicesConfigModifierConstructorDescriptionEnabled(GlobalDevServicesConfig config) Deprecated, for removal: This API element is subject to removal in a future version.
DevServicesSharedNetworkBuildItem.isSharedNetworkRequired(DevServicesConfig, List)instead.