public interface PatchListCache
PatchListEntry.| Modifier and Type | Method and Description | 
|---|---|
PatchList | 
get(Change change,
   PatchSet patchSet)  | 
PatchList | 
get(PatchListKey key,
   Project.NameKey project)  | 
DiffSummary | 
getDiffSummary(DiffSummaryKey key,
              Project.NameKey project)  | 
IntraLineDiff | 
getIntraLineDiff(IntraLineDiffKey key,
                IntraLineDiffArgs args)  | 
org.eclipse.jgit.lib.ObjectId | 
getOldId(Change change,
        PatchSet patchSet,
        Integer parentNum)  | 
PatchList get(PatchListKey key, Project.NameKey project) throws PatchListNotAvailableException
PatchListNotAvailableExceptionPatchList get(Change change, PatchSet patchSet) throws PatchListNotAvailableException
PatchListNotAvailableExceptionorg.eclipse.jgit.lib.ObjectId getOldId(Change change, PatchSet patchSet, Integer parentNum) throws PatchListNotAvailableException
PatchListNotAvailableExceptionIntraLineDiff getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)
DiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException
PatchListNotAvailableException