public class WatchService extends Object
Modifier and Type | Class and Description |
---|---|
class |
WatchService.ImageWatcher |
static class |
WatchService.WatchContext
Context class to hold the watch configuration
|
Constructor and Description |
---|
WatchService(ArchiveService archiveService,
BuildService buildService,
DockerAccess dockerAccess,
MojoExecutionService mojoExecutionService,
QueryService queryService,
RunService runService,
Logger log) |
Modifier and Type | Method and Description |
---|---|
void |
watch(WatchService.WatchContext context,
BuildService.BuildContext buildContext,
List<ImageConfiguration> images) |
public WatchService(ArchiveService archiveService, BuildService buildService, DockerAccess dockerAccess, MojoExecutionService mojoExecutionService, QueryService queryService, RunService runService, Logger log)
public void watch(WatchService.WatchContext context, BuildService.BuildContext buildContext, List<ImageConfiguration> images) throws DockerAccessException, org.apache.maven.plugin.MojoExecutionException
DockerAccessException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2021. All rights reserved.