Interface DownloadedArtifactsLoggerEx
-
- All Superinterfaces:
DownloadedArtifactsLogger
- All Known Implementing Classes:
DownloadedArtifactsLoggerImpl
public interface DownloadedArtifactsLoggerEx extends DownloadedArtifactsLogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearCache(Long buildId)booleanhasComputedSourceBuilds(long buildId)Returns true if information about source builds ids for specified build id is in cache-
Methods inherited from interface jetbrains.buildServer.serverSide.DownloadedArtifactsLogger
buildArtifactsWereDownloaded, getDownloadedArtifacts, getProvidedArtifacts, logArtifactDownload
-
-
-
-
Method Detail
-
hasComputedSourceBuilds
boolean hasComputedSourceBuilds(long buildId)
Returns true if information about source builds ids for specified build id is in cache- Parameters:
buildId- id of the build of interest- Returns:
- see above
-
clearCache
void clearCache(@Nullable Long buildId)
-
-