public class WatcherContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WatcherContext.Builder |
Modifier and Type | Method and Description |
---|---|
io.fabric8.maven.docker.service.BuildService.BuildContext |
getBuildContext() |
ClusterConfiguration |
getClusterConfiguration() |
ProcessorConfig |
getConfig() |
Fabric8ServiceHub |
getFabric8ServiceHub() |
io.fabric8.kubernetes.client.KubernetesClient |
getKubernetesClient() |
io.fabric8.maven.docker.util.Logger |
getLogger() |
RuntimeMode |
getMode() |
io.fabric8.maven.docker.util.Logger |
getNewPodLogger() |
io.fabric8.maven.docker.util.Logger |
getOldPodLogger() |
org.apache.maven.project.MavenProject |
getProject() |
io.fabric8.maven.docker.service.ServiceHub |
getServiceHub() |
io.fabric8.maven.docker.service.WatchService.WatchContext |
getWatchContext() |
boolean |
isUseProjectClasspath() |
public org.apache.maven.project.MavenProject getProject()
public ProcessorConfig getConfig()
public io.fabric8.maven.docker.util.Logger getLogger()
public RuntimeMode getMode()
public boolean isUseProjectClasspath()
public io.fabric8.maven.docker.service.ServiceHub getServiceHub()
public io.fabric8.maven.docker.service.WatchService.WatchContext getWatchContext()
public io.fabric8.maven.docker.service.BuildService.BuildContext getBuildContext()
public ClusterConfiguration getClusterConfiguration()
public io.fabric8.kubernetes.client.KubernetesClient getKubernetesClient()
public io.fabric8.maven.docker.util.Logger getNewPodLogger()
public io.fabric8.maven.docker.util.Logger getOldPodLogger()
public Fabric8ServiceHub getFabric8ServiceHub()
Copyright © 2020. All rights reserved.