Class HttpFilesDownloaderImpl
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.upgrade.HttpFilesDownloaderImpl
-
- All Implemented Interfaces:
FilesDownloader
public class HttpFilesDownloaderImpl extends Object implements FilesDownloader
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.02.11 12:20
-
-
Constructor Summary
Constructors Constructor Description HttpFilesDownloaderImpl(AgentConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
downloadFile(File toDir, String fileName, String downloadedFilePath)
-
-
-
Constructor Detail
-
HttpFilesDownloaderImpl
public HttpFilesDownloaderImpl(AgentConfiguration config)
-
-
Method Detail
-
downloadFile
public void downloadFile(@NotNull File toDir, @NotNull String fileName, @NotNull String downloadedFilePath) throws UpgradeFailedException
- Specified by:
downloadFile
in interfaceFilesDownloader
- Throws:
UpgradeFailedException
-
-