Uses of Interface
io.fabric8.maven.docker.util.Task
-
Packages that use Task Package Description io.fabric8.maven.docker.service -
-
Uses of Task in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return Task Modifier and Type Method Description Task<WatchService.ImageWatcher>WatchService.WatchContext. getContainerRestarter()Task<ImageConfiguration>WatchService.WatchContext. getImageCustomizer()Methods in io.fabric8.maven.docker.service with parameters of type Task Modifier and Type Method Description WatchService.WatchContext.BuilderWatchService.WatchContext.Builder. containerRestarter(Task<WatchService.ImageWatcher> containerRestarter)WatchService.WatchContext.BuilderWatchService.WatchContext.Builder. imageCustomizer(Task<ImageConfiguration> imageCustomizer)
-