Interface PatchCache
-
- All Superinterfaces:
ServerExtension
,TeamCityExtension
- All Known Implementing Classes:
PatchCacheImpl
public interface PatchCache extends ServerExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanCache()
Pair<File,String>
requestCachedPatch(VcsRootInstance root, CheckoutRules rules, String desiredVersion, PatchBuildingDelegate patchConstructor)
-
-
-
Method Detail
-
cleanCache
void cleanCache()
-
requestCachedPatch
Pair<File,String> requestCachedPatch(@NotNull VcsRootInstance root, @NotNull CheckoutRules rules, @NotNull String desiredVersion, @NotNull PatchBuildingDelegate patchConstructor) throws IOException, VcsException
- Throws:
IOException
VcsException
-
-