public class WatchContext extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
WatchContext.WatchContextBuilder |
| Constructor and Description |
|---|
WatchContext() |
WatchContext(org.eclipse.jkube.kit.common.JKubeConfiguration buildContext,
org.eclipse.jkube.kit.config.image.WatchMode watchMode,
int watchInterval,
boolean keepRunning,
String watchPostExec,
GavLabel gavLabel,
boolean keepContainer,
boolean removeVolumes,
boolean autoCreateCustomNetworks,
Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> imageCustomizer,
Task<WatchService.ImageWatcher> containerRestarter,
ExecTask containerCommandExecutor,
CopyFilesTask containerCopyTask,
DockerServiceHub hub,
LogOutputSpecFactory logOutputSpecFactory,
LogDispatcher dispatcher,
Runnable postGoalTask,
boolean follow,
String showLogs,
Date buildTimestamp,
String containerNamePattern) |
public WatchContext(org.eclipse.jkube.kit.common.JKubeConfiguration buildContext,
org.eclipse.jkube.kit.config.image.WatchMode watchMode,
int watchInterval,
boolean keepRunning,
String watchPostExec,
GavLabel gavLabel,
boolean keepContainer,
boolean removeVolumes,
boolean autoCreateCustomNetworks,
Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> imageCustomizer,
Task<WatchService.ImageWatcher> containerRestarter,
ExecTask containerCommandExecutor,
CopyFilesTask containerCopyTask,
DockerServiceHub hub,
LogOutputSpecFactory logOutputSpecFactory,
LogDispatcher dispatcher,
Runnable postGoalTask,
boolean follow,
String showLogs,
Date buildTimestamp,
String containerNamePattern)
public WatchContext()
public static WatchContext.WatchContextBuilder builder()
public WatchContext.WatchContextBuilder toBuilder()
public org.eclipse.jkube.kit.common.JKubeConfiguration getBuildContext()
public org.eclipse.jkube.kit.config.image.WatchMode getWatchMode()
public int getWatchInterval()
public boolean isKeepRunning()
public String getWatchPostExec()
public GavLabel getGavLabel()
public boolean isKeepContainer()
public boolean isRemoveVolumes()
public boolean isAutoCreateCustomNetworks()
public Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> getImageCustomizer()
public Task<WatchService.ImageWatcher> getContainerRestarter()
public ExecTask getContainerCommandExecutor()
public CopyFilesTask getContainerCopyTask()
public DockerServiceHub getHub()
public LogOutputSpecFactory getLogOutputSpecFactory()
public LogDispatcher getDispatcher()
public Runnable getPostGoalTask()
public boolean isFollow()
public String getShowLogs()
public Date getBuildTimestamp()
public String getContainerNamePattern()
protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.