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()Methods in io.quarkus.deployment.dev.devservices with parameters of type ContainerInfoModifier and TypeMethodDescriptionvoidDevServiceDescriptionBuildItem.setContainerInfo(ContainerInfo containerInfo) 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.