예제 #1
0
파일: Job.java 프로젝트: neo2buha/jenkins
 public boolean isBuilding(Run record) {
   return record.isBuilding();
 }