コード例 #1
0
ファイル: Fingerprint.java プロジェクト: sslavic/jenkins
 /** Records that a build of a job has used this file. */
 public synchronized void add(String jobFullName, int n) throws IOException {
   addWithoutSaving(jobFullName, n);
   save();
 }