Uses of Interface
jetbrains.buildServer.artifacts.FileProgress
-
Packages that use FileProgress Package Description jetbrains.buildServer.artifacts jetbrains.buildServer.artifacts.impl -
-
Uses of FileProgress in jetbrains.buildServer.artifacts
Classes in jetbrains.buildServer.artifacts that implement FileProgress Modifier and Type Class Description static classFileProgress.AdapterMethods in jetbrains.buildServer.artifacts with parameters of type FileProgress Modifier and Type Method Description StringProgressTrackingURLContentRetriever. downloadUrlTo(String url, File target, FileProgress fileDownloadProgress)Download artifact to a given location tracking downloading progress. -
Uses of FileProgress in jetbrains.buildServer.artifacts.impl
Methods in jetbrains.buildServer.artifacts.impl that return FileProgress Modifier and Type Method Description FileProgressDownloadedArtifacts.DisabledTracker. fileDownloadStarted(String url, String retrieverId)FileProgressDownloadedArtifacts. fileDownloadStarted(String url, String retrieverId)Notifies DownloadedArtifactsProgress that a new file download is started and returns track objectFileProgressDownloadedArtifactsImpl. fileDownloadStarted(String url, String retrieverId)FileProgressDownloadedArtifactsProgress.Disabled. getCurrentFileProgress()FileProgressDownloadedArtifactsProgress. getCurrentFileProgress()FileProgressDownloadedArtifactsProgressImpl. getCurrentFileProgress()Methods in jetbrains.buildServer.artifacts.impl with parameters of type FileProgress Modifier and Type Method Description StringHttpTransport. downloadUrlTo(String srcUrl, File target, FileProgress fileDownloadProgress)voidDownloadedArtifactsProgress.Disabled. setCurrentFileProgress(FileProgress progress)voidDownloadedArtifactsProgress. setCurrentFileProgress(FileProgress progress)voidDownloadedArtifactsProgressImpl. setCurrentFileProgress(FileProgress progress)
-