Interface DownloadedArtifacts
-
- All Known Implementing Classes:
DownloadedArtifacts.DisabledTracker,DownloadedArtifactsImpl
public interface DownloadedArtifacts
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDownloadedArtifacts.DisabledTrackerDisabled DownloadingArtifactDependencyProgressTracker - doesn't hold any progress
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileProgressfileDownloadStarted(String url, String retrieverId)Notifies DownloadedArtifactsProgress that a new file download is started and returns track objectCollection<DownloadingArtifactState>getDownloadedArtifactInfos()booleanisBuildCacheResolution()voidsetPaused(boolean paused)
-
-
-
Method Detail
-
fileDownloadStarted
FileProgress fileDownloadStarted(@NotNull String url, @NotNull String retrieverId)
Notifies DownloadedArtifactsProgress that a new file download is started and returns track object- Parameters:
url-retrieverId-- Returns:
-
getDownloadedArtifactInfos
Collection<DownloadingArtifactState> getDownloadedArtifactInfos()
- Returns:
- All downloaded artifacts states
-
setPaused
void setPaused(boolean paused)
-
isBuildCacheResolution
boolean isBuildCacheResolution()
-
-