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 class
FileProgress.Adapter
Methods in jetbrains.buildServer.artifacts with parameters of type FileProgress Modifier and Type Method Description String
ProgressTrackingURLContentRetriever. 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 FileProgress
DownloadedArtifacts.DisabledTracker. fileDownloadStarted(String url, String retrieverId)
FileProgress
DownloadedArtifacts. fileDownloadStarted(String url, String retrieverId)
Notifies DownloadedArtifactsProgress that a new file download is started and returns track objectFileProgress
DownloadedArtifactsImpl. fileDownloadStarted(String url, String retrieverId)
FileProgress
DownloadedArtifactsProgress.Disabled. getCurrentFileProgress()
FileProgress
DownloadedArtifactsProgress. getCurrentFileProgress()
FileProgress
DownloadedArtifactsProgressImpl. getCurrentFileProgress()
Methods in jetbrains.buildServer.artifacts.impl with parameters of type FileProgress Modifier and Type Method Description String
HttpTransport. downloadUrlTo(String srcUrl, File target, FileProgress fileDownloadProgress)
void
DownloadedArtifactsProgress.Disabled. setCurrentFileProgress(FileProgress progress)
void
DownloadedArtifactsProgress. setCurrentFileProgress(FileProgress progress)
void
DownloadedArtifactsProgressImpl. setCurrentFileProgress(FileProgress progress)
-