提交 33ee710d 编写于 作者: K Kohsuke Kawaguchi

improving error diagnostics

上级 ca144ac2
......@@ -158,6 +158,10 @@ public abstract class ViewJob<JobT extends ViewJob<JobT,RunT>, RunT extends Run<
* Thread that reloads the {@link Run}s.
*/
private static final class ReloadThread extends Thread {
private ReloadThread() {
setName("ViewJob reload thread");
}
private ViewJob getNext() throws InterruptedException {
synchronized(reloadQueue) {
// reload operations might eat InterruptException,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册