Пример #1
0
 private void logNoFiles(Object obj) {
   String message = obj.getClass().getSimpleName() + " skipped as there are no files to download";
   Launcher.getInstance().getLog().log(message);
 }
Пример #2
0
 public void downloadArtifacts() {
   for (Downloadable d : artifacts) {
     Launcher.getInstance().getDownloads().addDownload(d);
   }
 }