Uses of Record Class
io.quarkus.deployment.dev.devservices.RunningContainer
Packages that use RunningContainer
-
Uses of RunningContainer in io.quarkus.deployment.builditem
Methods in io.quarkus.deployment.builditem that return types with arguments of type RunningContainerModifier and TypeMethodDescriptionDevServicesComposeProjectBuildItem.getComposeServices()Locate a running container by image partial The container image partial can be a substring of the full image name Ignored services are not returnedLocate a running container by image partial and port The container image partial can be a substring of the full image nameDevServicesComposeProjectBuildItem.locateFirst(List<String> imagePartials) Locate the first running container by image partial The container image partial can be a substring of the full image name Ignored services are not returnedConstructor parameters in io.quarkus.deployment.builditem with type arguments of type RunningContainerModifierConstructorDescriptionDevServicesComposeProjectBuildItem(String project, String defaultNetworkId, Map<String, List<RunningContainer>> composeServices, Map<String, String> config)