Interface CleanupExternalArtifactsProcessor
-
- All Known Implementing Classes:
CleanupExternalArtifactsProcessorImpl
public interface CleanupExternalArtifactsProcessor
Processes removed during cleanup external artifacts (for example, reports information about cleaned artifacts size to disk usage monitor)- Since:
- 2020.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CleanupExternalArtifactsProcessor.ArtifactsProcessingTask
Task, responsible for processing of external artifacts
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CleanupExternalArtifactsProcessor.ArtifactsProcessingTask
addBuildsToProcess(List<SFinishedBuild> builds)
Registers artifacts, which should be processed
-
-
-
Method Detail
-
addBuildsToProcess
CleanupExternalArtifactsProcessor.ArtifactsProcessingTask addBuildsToProcess(@NotNull List<SFinishedBuild> builds)
Registers artifacts, which should be processed- Returns:
- artifacts processing task. Should be invoked by user
-
-