Uses of Class
io.quarkus.deployment.dev.devservices.ContainerInfo
-
Packages that use ContainerInfo Package Description io.quarkus.deployment.dev.devservices -
-
Uses of ContainerInfo in io.quarkus.deployment.dev.devservices
Methods in io.quarkus.deployment.dev.devservices that return ContainerInfo Modifier and Type Method Description ContainerInfoDevServiceDescriptionBuildItem. getContainerInfo()Methods in io.quarkus.deployment.dev.devservices with parameters of type ContainerInfo Modifier and Type Method Description voidDevServiceDescriptionBuildItem. setContainerInfo(ContainerInfo containerInfo)Constructors in io.quarkus.deployment.dev.devservices with parameters of type ContainerInfo Constructor Description DevServiceDescriptionBuildItem(String name, ContainerInfo containerInfo, Map<String,String> configs)
-