Class DownloadedArtifacts.DisabledTracker
- java.lang.Object
-
- jetbrains.buildServer.artifacts.impl.DownloadedArtifacts.DisabledTracker
-
- All Implemented Interfaces:
DownloadedArtifacts
- Enclosing interface:
- DownloadedArtifacts
public static class DownloadedArtifacts.DisabledTracker extends Object implements DownloadedArtifacts
Disabled DownloadingArtifactDependencyProgressTracker - doesn't hold any progress
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jetbrains.buildServer.artifacts.impl.DownloadedArtifacts
DownloadedArtifacts.DisabledTracker
-
-
Constructor Summary
Constructors Constructor Description DisabledTracker()
-
Method Summary
All Methods Instance Methods Concrete 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
public FileProgress fileDownloadStarted(@NotNull String url, @NotNull String retrieverId)
Description copied from interface:DownloadedArtifactsNotifies DownloadedArtifactsProgress that a new file download is started and returns track object- Specified by:
fileDownloadStartedin interfaceDownloadedArtifacts- Returns:
-
getDownloadedArtifactInfos
public Collection<DownloadingArtifactState> getDownloadedArtifactInfos()
- Specified by:
getDownloadedArtifactInfosin interfaceDownloadedArtifacts- Returns:
- All downloaded artifacts states
-
setPaused
public void setPaused(boolean paused)
- Specified by:
setPausedin interfaceDownloadedArtifacts
-
isBuildCacheResolution
public boolean isBuildCacheResolution()
- Specified by:
isBuildCacheResolutionin interfaceDownloadedArtifacts
-
-