Uses of Class
io.fabric8.maven.docker.config.CleanupMode
-
Packages that use CleanupMode Package Description io.fabric8.maven.docker.config io.fabric8.maven.docker.service -
-
Uses of CleanupMode in io.fabric8.maven.docker.config
Methods in io.fabric8.maven.docker.config that return CleanupMode Modifier and Type Method Description CleanupModeBuildImageConfiguration. cleanupMode()static CleanupModeCleanupMode. parse(String param)static CleanupModeCleanupMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CleanupMode[]CleanupMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CleanupMode in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service with parameters of type CleanupMode Modifier and Type Method Description voidBuildService. tagImage(String imageName, String tag, String repo, CleanupMode cleanupMode)
-