Uses of Interface
io.fabric8.maven.docker.model.Container
-
Packages that use Container Package Description io.fabric8.maven.docker.access io.fabric8.maven.docker.access.hc io.fabric8.maven.docker.model io.fabric8.maven.docker.service io.fabric8.maven.docker.util -
-
Uses of Container in io.fabric8.maven.docker.access
Methods in io.fabric8.maven.docker.access that return types with arguments of type Container Modifier and Type Method Description List<Container>DockerAccess. getContainersForImage(String image, boolean all)Get all containers which are build from an image.List<Container>DockerAccess. listContainers(boolean all)List all containers from the Docker server. -
Uses of Container in io.fabric8.maven.docker.access.hc
Methods in io.fabric8.maven.docker.access.hc that return types with arguments of type Container Modifier and Type Method Description List<Container>DockerAccessWithHcClient. getContainersForImage(String image, boolean all)List<Container>DockerAccessWithHcClient. listContainers(boolean all) -
Uses of Container in io.fabric8.maven.docker.model
Classes in io.fabric8.maven.docker.model that implement Container Modifier and Type Class Description classContainerDetailsclassContainersListElement -
Uses of Container in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return Container Modifier and Type Method Description ContainerQueryService. getContainer(String containerIdOrName)Get a container running for a given container name.ContainerQueryService. getLatestContainerForImage(String image)Get the id of the latest container started for an imageContainerQueryService. getMandatoryContainer(String containerIdOrName)Get container by idMethods in io.fabric8.maven.docker.service that return types with arguments of type Container Modifier and Type Method Description List<Container>QueryService. getContainersForImage(String image, boolean all)Get all containers which are build from an image.List<Container>QueryService. listContainers(boolean all)List all containers on the Docker server. -
Uses of Container in io.fabric8.maven.docker.util
Methods in io.fabric8.maven.docker.util that return types with arguments of type Container Modifier and Type Method Description static Collection<Container>ContainerNamingUtil. getContainersToStop(ImageConfiguration image, String defaultContainerNamePattern, Date buildTimestamp, Collection<Container> containers)Keep only the entry with the higest index if an indexed naming scheme for container has been chosen.Method parameters in io.fabric8.maven.docker.util with type arguments of type Container Modifier and Type Method Description static StringContainerNamingUtil. formatContainerName(ImageConfiguration image, String defaultContainerNamePattern, Date buildTimestamp, Collection<Container> existingContainers)static Collection<Container>ContainerNamingUtil. getContainersToStop(ImageConfiguration image, String defaultContainerNamePattern, Date buildTimestamp, Collection<Container> containers)Keep only the entry with the higest index if an indexed naming scheme for container has been chosen.
-