Searched defs:downloadFile (Results 1 – 5 of 5) sorted by relevance
33 public File downloadFile(String remoteFilePath) throws BuildRetrievalError; in downloadFile() method44 public void downloadFile(String relativeRemotePath, File destFile) throws BuildRetrievalError; in downloadFile() method
40 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() method in FileDownloadCacheWrapper48 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile() method in FileDownloadCacheWrapper
301 private void downloadFile(IFileDownloader downloader, String remotePath, File cachedFile) in downloadFile() method in FileDownloadCache
70 public InputStream downloadFile(String bucketName, String filename) throws IOException { in downloadFile() method in GCSFileDownloader113 public File downloadFile(String remoteFilePath) throws BuildRetrievalError { in downloadFile() method in GCSFileDownloader125 public void downloadFile(String remotePath, File destFile) throws BuildRetrievalError { in downloadFile() method in GCSFileDownloader273 void downloadFile(String bucketName, String remoteFilename, File localFile) in downloadFile() method in GCSFileDownloader
196 protected File downloadFile(String name) throws ConfigurationException { in downloadFile() method in GCSConfigurationServer