Class GlobalDevServicesConfig
java.lang.Object
io.quarkus.deployment.dev.devservices.GlobalDevServicesConfig
@Deprecated(forRemoval=true,
since="3.18")
@ConfigRoot(name="devservices")
public class GlobalDevServicesConfig
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Dev Services
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanDeprecated, for removal: This API element is subject to removal in a future version.Global flag that can be used to disable all Dev Services.booleanDeprecated, for removal: This API element is subject to removal in a future version.Global flag that can be used to force the attachmment of Dev Services to shared network.Deprecated, for removal: This API element is subject to removal in a future version.The timeout for starting a container -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
enabled
Deprecated, for removal: This API element is subject to removal in a future version.Global flag that can be used to disable all Dev Services. If this is set to false then Dev Services will not be used. -
timeout
Deprecated, for removal: This API element is subject to removal in a future version.The timeout for starting a container
-
-
Constructor Details
-
GlobalDevServicesConfig
public GlobalDevServicesConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
DevServicesConfiginstead.