Uses of Class
io.fabric8.maven.docker.config.WatchMode
-
Packages that use WatchMode Package Description io.fabric8.maven.docker.config io.fabric8.maven.docker.service -
-
Uses of WatchMode in io.fabric8.maven.docker.config
Methods in io.fabric8.maven.docker.config that return WatchMode Modifier and Type Method Description WatchModeWatchImageConfiguration. getMode()static WatchModeWatchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WatchMode[]WatchMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WatchMode in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return WatchMode Modifier and Type Method Description WatchModeWatchService.WatchContext. getWatchMode()Methods in io.fabric8.maven.docker.service with parameters of type WatchMode Modifier and Type Method Description WatchService.WatchContext.BuilderWatchService.WatchContext.Builder. watchMode(WatchMode watchMode)
-