public class WatchContext extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
WatchContext.WatchContextBuilder |
| Constructor and Description |
|---|
WatchContext() |
WatchContext(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,
ServiceHub hub,
ServiceHubFactory serviceHubFactory,
LogDispatcher dispatcher,
Runnable postGoalTask,
boolean follow,
String showLogs,
Date buildTimestamp,
String containerNamePattern) |
| Modifier and Type | Method and Description |
|---|---|
static WatchContext.WatchContextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
JKubeConfiguration |
getBuildContext() |
Date |
getBuildTimestamp() |
ExecTask |
getContainerCommandExecutor() |
CopyFilesTask |
getContainerCopyTask() |
String |
getContainerNamePattern() |
Task<WatchService.ImageWatcher> |
getContainerRestarter() |
LogDispatcher |
getDispatcher() |
GavLabel |
getGavLabel() |
ServiceHub |
getHub() |
Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> |
getImageCustomizer() |
Runnable |
getPostGoalTask() |
ServiceHubFactory |
getServiceHubFactory() |
String |
getShowLogs() |
int |
getWatchInterval() |
org.eclipse.jkube.kit.config.image.WatchMode |
getWatchMode() |
String |
getWatchPostExec() |
int |
hashCode() |
boolean |
isAutoCreateCustomNetworks() |
boolean |
isFollow() |
boolean |
isKeepContainer() |
boolean |
isKeepRunning() |
boolean |
isRemoveVolumes() |
WatchContext.WatchContextBuilder |
toBuilder() |
public WatchContext(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, ServiceHub hub, ServiceHubFactory serviceHubFactory, LogDispatcher dispatcher, Runnable postGoalTask, boolean follow, String showLogs, Date buildTimestamp, String containerNamePattern)
public WatchContext()
public static WatchContext.WatchContextBuilder builder()
public WatchContext.WatchContextBuilder toBuilder()
public 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 ServiceHub getHub()
public ServiceHubFactory getServiceHubFactory()
public LogDispatcher getDispatcher()
public Runnable getPostGoalTask()
public boolean isFollow()
public String getShowLogs()
public Date getBuildTimestamp()
public String getContainerNamePattern()
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.