Example #1
0
 /** Returns true if the log file is still being updated. */
 public boolean isLogUpdated() {
   RunT b = getLastBuild();
   return b != null && b.isLogUpdated();
 }