コード例 #1
0
ファイル: Fingerprint.java プロジェクト: sslavic/jenkins
 public synchronized void add(AbstractBuild b) throws IOException {
   add(b.getParent().getFullName(), b.getNumber());
 }