예제 #1
0
 public synchronized void add(AbstractBuild b) throws IOException {
   add(b.getParent().getFullName(), b.getNumber());
 }