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,
String watchPostExec,
GavLabel gavLabel,
Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> imageCustomizer,
Task<WatchService.ImageWatcher> containerRestarter,
ExecTask containerCommandExecutor,
CopyFilesTask containerCopyTask,
DockerServiceHub hub,
Runnable postGoalTask,
Date buildTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
static WatchContext.WatchContextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
org.eclipse.jkube.kit.common.JKubeConfiguration |
getBuildContext() |
Date |
getBuildTimestamp() |
ExecTask |
getContainerCommandExecutor() |
CopyFilesTask |
getContainerCopyTask() |
Task<WatchService.ImageWatcher> |
getContainerRestarter() |
GavLabel |
getGavLabel() |
DockerServiceHub |
getHub() |
Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> |
getImageCustomizer() |
Runnable |
getPostGoalTask() |
int |
getWatchInterval() |
org.eclipse.jkube.kit.config.image.WatchMode |
getWatchMode() |
String |
getWatchPostExec() |
int |
hashCode() |
WatchContext.WatchContextBuilder |
toBuilder() |
public WatchContext(org.eclipse.jkube.kit.common.JKubeConfiguration buildContext,
org.eclipse.jkube.kit.config.image.WatchMode watchMode,
int watchInterval,
String watchPostExec,
GavLabel gavLabel,
Task<org.eclipse.jkube.kit.config.image.ImageConfiguration> imageCustomizer,
Task<WatchService.ImageWatcher> containerRestarter,
ExecTask containerCommandExecutor,
CopyFilesTask containerCopyTask,
DockerServiceHub hub,
Runnable postGoalTask,
Date buildTimestamp)
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 String getWatchPostExec()
public GavLabel getGavLabel()
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 Runnable getPostGoalTask()
public Date getBuildTimestamp()
protected boolean canEqual(Object other)
Copyright © 2024. All rights reserved.