Package com.google.gerrit.server.patch
Interface PatchListCache
- 
- All Known Implementing Classes:
- PatchListCacheImpl
 
 public interface PatchListCacheProvides a cached list ofPatchListEntry.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchListget(Change change, PatchSet patchSet)PatchListget(PatchListKey key, Project.NameKey project)DiffSummarygetDiffSummary(DiffSummaryKey key, Project.NameKey project)IntraLineDiffgetIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)org.eclipse.jgit.lib.ObjectIdgetOldId(Change change, PatchSet patchSet, Integer parentNum)
 
- 
- 
- 
Method Detail- 
getPatchList get(PatchListKey key, Project.NameKey project) throws PatchListNotAvailableException - Throws:
- PatchListNotAvailableException
 
 - 
getPatchList get(Change change, PatchSet patchSet) throws PatchListNotAvailableException - Throws:
- PatchListNotAvailableException
 
 - 
getOldIdorg.eclipse.jgit.lib.ObjectId getOldId(Change change, PatchSet patchSet, Integer parentNum) throws PatchListNotAvailableException - Throws:
- PatchListNotAvailableException
 
 - 
getIntraLineDiffIntraLineDiff getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args) 
 - 
getDiffSummaryDiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException - Throws:
- PatchListNotAvailableException
 
 
- 
 
-