Interface ArtifactsWatcherEx
-
- All Superinterfaces:
ArtifactsWatcher
- All Known Implementing Classes:
ArtifactProcessor
public interface ArtifactsWatcherEx extends ArtifactsWatcher
- Since:
- 6.5
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.05.11 16:51
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ArtifactsCollection>
addBuildCachePath(String cacheName, String path)
Adds givenpath
to the cache with namecacheName
void
addInternalArtifactsPath(String artifactsPath)
void
interruptPublishing()
-
Methods inherited from interface jetbrains.buildServer.agent.artifacts.ArtifactsWatcher
addNewArtifactsPath, waitForPublishingFinish
-
-
-
-
Method Detail
-
addInternalArtifactsPath
void addInternalArtifactsPath(@NotNull String artifactsPath)
-
addBuildCachePath
List<ArtifactsCollection> addBuildCachePath(@NotNull String cacheName, @NotNull String path)
Adds givenpath
to the cache with namecacheName
- Parameters:
cacheName
- cache namepath
- path to add- Returns:
- a collection of artifacts that was supposed to be published (but might not have been published)
- Since:
- 2022.06 // todo: version
-
interruptPublishing
void interruptPublishing()
-
-