예제 #1
0
파일: Job.java 프로젝트: neo2buha/jenkins
 /** Returns true if the log file is still being updated. */
 public boolean isLogUpdated() {
   RunT b = getLastBuild();
   return b != null && b.isLogUpdated();
 }