Uses of Interface
jetbrains.buildServer.serverSide.cleanup.BuildCleanupContextEx
-
Packages that use BuildCleanupContextEx Package Description jetbrains.buildServer.serverSide.impl.cleanup -
-
Uses of BuildCleanupContextEx in jetbrains.buildServer.serverSide.impl.cleanup
Classes in jetbrains.buildServer.serverSide.impl.cleanup that implement BuildCleanupContextEx Modifier and Type Class Description class
BuildCleanupContextImpl
Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type BuildCleanupContextEx Modifier and Type Method Description static List<String>
ArtifactPathsEvaluator. getPathsToDelete(BuildCleanupContextEx cleanupContext, SFinishedBuild build, ArtifactListData artifactsInfo)
Computes the paths of the artifacts that should be deleted according to the provided cleanup settings.void
CleanupExtensionsExecutor. invokeBuildsCleanupExtensions(BuildCleanupContextEx originalContext)
Invoke allBuildsCleanupExtension
for a such builds that were not invoked in previous cleanup runs with the same parameters.
-