Package jetbrains.buildServer.serverSide
Interface BuildArtifactsLocationChecker
-
- All Known Implementing Classes:
ObsoleteFilesCleaner
public interface BuildArtifactsLocationChecker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buildTypeArtifactsLocationChanged(SBuildType buildType, List<File> oldArtifactsDirs)
-
-
-
Method Detail
-
buildTypeArtifactsLocationChanged
void buildTypeArtifactsLocationChanged(@NotNull SBuildType buildType, @NotNull List<File> oldArtifactsDirs)
-
-