Class ArtifactDependenciesDownloadSpeedReporter.Task
- java.lang.Object
-
- jetbrains.buildServer.agent.artifactDependencies.ArtifactDependenciesDownloadSpeedReporter.Task
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ArtifactDependenciesDownloadSpeedReporter
public static final class ArtifactDependenciesDownloadSpeedReporter.Task extends Object implements Runnable
-
-
Constructor Summary
Constructors Constructor Description Task(CurrentBuildTracker currentBuildTracker, DownloadedArtifactsProgress progress, int totalDependenciesCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createMessage()
void
rememberProcessedFiles()
void
run()
-
-
-
Constructor Detail
-
Task
public Task(@NotNull CurrentBuildTracker currentBuildTracker, @NotNull DownloadedArtifactsProgress progress, int totalDependenciesCount)
-
-