Class SmallPatchCache
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.projectSources.SmallPatchCache
-
public class SmallPatchCache extends Object
-
-
Constructor Summary
Constructors Constructor Description SmallPatchCache(String key)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
cleanCaches(File cacheDir)
Pair<File,String>
getCachedCleanPatch(String newVersion, File cacheDir, PatchBuildingDelegate pc)
-
-
-
Field Detail
-
LOG
public static final Logger LOG
-
-
Constructor Detail
-
SmallPatchCache
public SmallPatchCache(String key)
-
-
Method Detail
-
getCachedCleanPatch
public Pair<File,String> getCachedCleanPatch(@NotNull String newVersion, File cacheDir, PatchBuildingDelegate pc) throws IOException, VcsException
- Throws:
IOException
VcsException
-
cleanCaches
public static void cleanCaches(File cacheDir) throws IOException
- Throws:
IOException
-
-