Class GlobalDevServicesConfig
java.lang.Object
io.quarkus.deployment.dev.devservices.GlobalDevServicesConfig
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanGlobal flag that can be used to disable all Dev Services.booleanGlobal flag that can be used to force the attachmment of Dev Services to shared network.The timeout for starting a container -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
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
The timeout for starting a container
-
-
Constructor Details
-
GlobalDevServicesConfig
public GlobalDevServicesConfig()
-