Package io.fabric8.maven.docker.service
Class WatchService.WatchContext
- java.lang.Object
-
- io.fabric8.maven.docker.service.WatchService.WatchContext
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WatchService
public static class WatchService.WatchContext extends Object implements Serializable
Context class to hold the watch configuration- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWatchService.WatchContext.Builder
-
Constructor Summary
Constructors Constructor Description WatchContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetBuildTimestamp()StringgetContainerNamePattern()Task<WatchService.ImageWatcher>getContainerRestarter()GavLabelgetGavLabel()Task<ImageConfiguration>getImageCustomizer()MojoParametersgetMojoParameters()intgetWatchInterval()WatchModegetWatchMode()StringgetWatchPostExec()StringgetWatchPostGoal()booleanisAutoCreateCustomNetworks()booleanisKeepContainer()booleanisKeepRunning()booleanisRemoveVolumes()
-
-
-
Method Detail
-
getMojoParameters
public MojoParameters getMojoParameters()
-
getWatchMode
public WatchMode getWatchMode()
-
getWatchInterval
public int getWatchInterval()
-
isKeepRunning
public boolean isKeepRunning()
-
getWatchPostGoal
public String getWatchPostGoal()
-
getWatchPostExec
public String getWatchPostExec()
-
getGavLabel
public GavLabel getGavLabel()
-
isKeepContainer
public boolean isKeepContainer()
-
isRemoveVolumes
public boolean isRemoveVolumes()
-
isAutoCreateCustomNetworks
public boolean isAutoCreateCustomNetworks()
-
getImageCustomizer
public Task<ImageConfiguration> getImageCustomizer()
-
getContainerRestarter
public Task<WatchService.ImageWatcher> getContainerRestarter()
-
getBuildTimestamp
public Date getBuildTimestamp()
-
getContainerNamePattern
public String getContainerNamePattern()
-
-