Uses of Class
jetbrains.buildServer.tools.utils.URLDownloader.DownloadException
-
Packages that use URLDownloader.DownloadException Package Description jetbrains.buildServer.tools.utils -
-
Uses of URLDownloader.DownloadException in jetbrains.buildServer.tools.utils
Methods in jetbrains.buildServer.tools.utils that throw URLDownloader.DownloadException Modifier and Type Method Description static voidURLDownloader. download(String source, File dest)Deprecated.since 2018.1.2.static org.apache.http.HttpResponseURLDownloader. download(String source, File dest, Long lastModified, String etag)Deprecated.static org.apache.http.HttpResponseURLDownloader. download(String source, File dest, Consumer<org.apache.http.client.methods.HttpRequestBase> requestModifier)Deprecated.static voidURLDownloader. download(String source, KeyStore trustStore, File dest)Download content of given source URL to given destination file.
-