public class BuildWatcher extends Object
Constructor and Description |
---|
BuildWatcher(KubernetesClient kubernetes,
BuildListener buildListener,
String namespace,
String fabric8ConsoleLink) |
Modifier and Type | Method and Description |
---|---|
protected void |
buildPolled(io.fabric8.openshift.api.model.Build build) |
void |
join()
Waits until this watcher is finished (which by default is forever)
|
void |
poll() |
TimerTask |
schedule(long delay) |
TimerTask |
schedule(Timer timer,
long delay) |
public BuildWatcher(KubernetesClient kubernetes, BuildListener buildListener, String namespace, String fabric8ConsoleLink)
public TimerTask schedule(long delay)
public void poll()
protected void buildPolled(io.fabric8.openshift.api.model.Build build)
public void join()
Copyright © 2011–2015 Red Hat. All rights reserved.