Uses of Record Class
io.quarkus.deployment.dev.devservices.ContainerInfo
Packages that use ContainerInfo
-
Uses of ContainerInfo in io.quarkus.deployment.builditem
Methods in io.quarkus.deployment.builditem with parameters of type ContainerInfoModifier and TypeMethodDescriptionstatic booleanDevServicesComposeProjectBuildItem.isContainerIgnored(ContainerInfo containerInfo) Ignored services are not returned by locate -
Uses of ContainerInfo in io.quarkus.deployment.dev.devservices
Methods in io.quarkus.deployment.dev.devservices that return ContainerInfoModifier and TypeMethodDescriptionRunningContainer.containerInfo()Returns the value of thecontainerInforecord component.DevServiceDescriptionBuildItem.getContainerInfo()Constructors in io.quarkus.deployment.dev.devservices with parameters of type ContainerInfoModifierConstructorDescriptionDevServiceDescriptionBuildItem(String name, ContainerInfo containerInfo, Map<String, String> configs) DevServiceDescriptionBuildItem(String name, String description, ContainerInfo containerInfo, Map<String, String> configs) RunningContainer(ContainerInfo containerInfo, Map<String, String> env) Creates an instance of aRunningContainerrecord class.Constructor parameters in io.quarkus.deployment.dev.devservices with type arguments of type ContainerInfoModifierConstructorDescriptionDevServiceDescriptionBuildItem(String name, String description, Supplier<ContainerInfo> lazyContainerInfo, Supplier<Map<String, String>> lazyConfigs) DevServiceDescriptionBuildItem(String name, String description, Supplier<ContainerInfo> lazyContainerInfo, Map<String, String> configs) DevServiceDescriptionBuildItem(String name, Supplier<ContainerInfo> lazyContainerInfo, Supplier<Map<String, String>> lazyConfigs)