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.
Please, use DevServicesConfig instead.
Dev Services
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) boolean
    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.
    boolean
    Deprecated, 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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • enabled

      @ConfigItem(defaultValue="true", generateDocumentation=false) boolean 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.
    • launchOnSharedNetwork

      @ConfigItem(defaultValue="false", generateDocumentation=false) public boolean launchOnSharedNetwork
      Deprecated, 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. Default is false.
    • 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.