Class ArtifactPathsEvaluator
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.ArtifactPathsEvaluator
-
public final class ArtifactPathsEvaluator extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getPathsToDelete(BuildCleanupContextEx cleanupContext, SFinishedBuild build, ArtifactListData artifactsInfo)
Computes the paths of the artifacts that should be deleted according to the provided cleanup settings.
-
-
-
Method Detail
-
getPathsToDelete
@NotNull public static List<String> getPathsToDelete(@NotNull BuildCleanupContextEx cleanupContext, @NotNull SFinishedBuild build, @NotNull ArtifactListData artifactsInfo)
Computes the paths of the artifacts that should be deleted according to the provided cleanup settings. Evaluates the paths for both old and new cleanups.
-
-