Package com.google.gerrit.server.patch
Interface PatchListCache
-
- All Known Implementing Classes:
PatchListCacheImpl
public interface PatchListCache
Provides a cached list of intra-line and summary diffs. UseDiffOperations
to compute detailed file diffs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiffSummary
getDiffSummary(DiffSummaryKey key, Project.NameKey project)
IntraLineDiff
getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)
-
-
-
Method Detail
-
getIntraLineDiff
IntraLineDiff getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)
-
getDiffSummary
DiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException
- Throws:
PatchListNotAvailableException
-
-