Interface DownloadedArtifacts
-
- All Known Implementing Classes:
DownloadedArtifacts.DisabledTracker
,DownloadedArtifactsImpl
public interface DownloadedArtifacts
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DownloadedArtifacts.DisabledTracker
Disabled DownloadingArtifactDependencyProgressTracker - doesn't hold any progress
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileProgress
fileDownloadStarted(String url, String retrieverId)
Notifies DownloadedArtifactsProgress that a new file download is started and returns track objectCollection<DownloadingArtifactState>
getDownloadedArtifactInfos()
boolean
isBuildCacheResolution()
void
setPaused(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()
-
-