public class BuildConfigWatcher extends Object implements io.fabric8.kubernetes.client.Watcher<io.fabric8.openshift.api.model.BuildConfig>
BuildConfig objects in OpenShift and for WorkflowJobs we ensure there is a
suitable Jenkins Job object defined with the correct configuration| Constructor and Description |
|---|
BuildConfigWatcher(String[] namespaces) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventReceived(io.fabric8.kubernetes.client.Watcher.Action action,
io.fabric8.openshift.api.model.BuildConfig buildConfig) |
void |
onClose(io.fabric8.kubernetes.client.KubernetesClientException e) |
void |
start() |
void |
stop() |
public BuildConfigWatcher(String[] namespaces)
public void start()
public void stop()
public void onClose(io.fabric8.kubernetes.client.KubernetesClientException e)
onClose in interface io.fabric8.kubernetes.client.Watcher<io.fabric8.openshift.api.model.BuildConfig>public void eventReceived(io.fabric8.kubernetes.client.Watcher.Action action,
io.fabric8.openshift.api.model.BuildConfig buildConfig)
eventReceived in interface io.fabric8.kubernetes.client.Watcher<io.fabric8.openshift.api.model.BuildConfig>Copyright © 2016–2017 Red Hat. All rights reserved.