Uses of Class
io.fabric8.maven.docker.util.GavLabel
-
Packages that use GavLabel Package Description io.fabric8.maven.docker io.fabric8.maven.docker.service io.fabric8.maven.docker.service.helper -
-
Uses of GavLabel in io.fabric8.maven.docker
Methods in io.fabric8.maven.docker that return GavLabel Modifier and Type Method Description protected GavLabelAbstractDockerMojo. getGavLabel() -
Uses of GavLabel in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return GavLabel Modifier and Type Method Description GavLabelWatchService.WatchContext. getGavLabel()Methods in io.fabric8.maven.docker.service with parameters of type GavLabel Modifier and Type Method Description StringRunService. createAndStartContainer(ImageConfiguration imageConfig, PortMapping portMapping, GavLabel gavLabel, Properties properties, File baseDir, String defaultContainerNamePattern, Date buildTimestamp)Create and start a container with the given image configuration.WatchService.WatchContext.BuilderWatchService.WatchContext.Builder. pomLabel(GavLabel gavLabel)voidContainerTracker. registerContainer(String containerId, ImageConfiguration imageConfig, GavLabel gavLabel)Register a started container to this trackerCollection<io.fabric8.maven.docker.service.ContainerTracker.ContainerShutdownDescriptor>ContainerTracker. removeShutdownDescriptors(GavLabel gavLabel)Get all shutdown descriptors for a given pom label and remove it from the tracker.voidRunService. stopStartedContainers(boolean keepContainer, boolean removeVolumes, boolean removeCustomNetworks, GavLabel gavLabel)Stop all registered container -
Uses of GavLabel in io.fabric8.maven.docker.service.helper
Methods in io.fabric8.maven.docker.service.helper with parameters of type GavLabel Modifier and Type Method Description StartContainerExecutor.BuilderStartContainerExecutor.Builder. gavLabel(GavLabel gavLabel)
-