コード例 #1
0
ファイル: Job.java プロジェクト: neo2buha/jenkins
 public boolean isBuilding(Run record) {
   return record.isBuilding();
 }