Interface CleanupExternalArtifactsProcessor.ArtifactsProcessingTask
-
- Enclosing interface:
- CleanupExternalArtifactsProcessor
public static interface CleanupExternalArtifactsProcessor.ArtifactsProcessingTask
Task, responsible for processing of external artifacts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(BuildCleanupContext context)
Starts artifacts processing
-
-
-
Method Detail
-
process
void process(@NotNull BuildCleanupContext context)
Starts artifacts processing
-
-