Uses of Class
io.fabric8.maven.docker.util.ProjectPaths
-
Packages that use ProjectPaths Package Description io.fabric8.maven.docker io.fabric8.maven.docker.assembly io.fabric8.maven.docker.service -
-
Uses of ProjectPaths in io.fabric8.maven.docker
Methods in io.fabric8.maven.docker that return ProjectPaths Modifier and Type Method Description protected ProjectPathsAbstractDockerMojo. createProjectPaths() -
Uses of ProjectPaths in io.fabric8.maven.docker.assembly
Constructors in io.fabric8.maven.docker.assembly with parameters of type ProjectPaths Constructor Description BuildDirs(ProjectPaths projectPaths, String imageName)Constructor building up the output directories -
Uses of ProjectPaths in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service with parameters of type ProjectPaths Modifier and Type Method Description voidBuildXService. build(ProjectPaths projectPaths, ImageConfiguration imageConfig, AuthConfig authConfig)voidBuildXService. push(ProjectPaths projectPaths, ImageConfiguration imageConfig, AuthConfig authConfig)voidRegistryService. pushImages(ProjectPaths projectPaths, Collection<ImageConfiguration> imageConfigs, int retries, RegistryService.RegistryConfig registryConfig, boolean skipTag)Push a set of images to a registry
-