Package at.kugel.tool.buildtray.action.http

Examples of at.kugel.tool.buildtray.action.http.MultiUrlReader


      handleRegularProjects(contents);
   }

   private String[] downloadBuildStatuses() throws IOException {
      return new MultiUrlReader(configs).readPages();
   }
View Full Code Here

TOP

Related Classes of at.kugel.tool.buildtray.action.http.MultiUrlReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.