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 void
URLDownloader. download(String source, File dest)
Deprecated.since 2018.1.2.static org.apache.http.HttpResponse
URLDownloader. download(String source, File dest, Long lastModified, String etag)
Deprecated.static org.apache.http.HttpResponse
URLDownloader. download(String source, File dest, Consumer<org.apache.http.client.methods.HttpRequestBase> requestModifier)
Deprecated.static void
URLDownloader. download(String source, KeyStore trustStore, File dest)
Download content of given source URL to given destination file.
-