Class DevServicesResultBuildItem.RunningDevService

java.lang.Object
io.quarkus.deployment.builditem.DevServicesResultBuildItem.RunningDevService
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
DevServicesResultBuildItem

@Deprecated public static class DevServicesResultBuildItem.RunningDevService extends Object implements Closeable
Deprecated.
  • Field Details

    • name

      protected final String name
      Deprecated.
    • description

      protected final String description
      Deprecated.
    • containerId

      protected final String containerId
      Deprecated.
    • config

      protected final Map<String,String> config
      Deprecated.
    • closeable

      protected final Closeable closeable
      Deprecated.
    • isRunning

      protected volatile boolean isRunning
      Deprecated.
  • Constructor Details

  • Method Details