public interface PatchListCache
PatchListEntry.| Modifier and Type | Method and Description |
|---|---|
PatchList |
get(com.google.gerrit.reviewdb.client.Change change,
com.google.gerrit.reviewdb.client.PatchSet patchSet) |
PatchList |
get(PatchListKey key) |
IntraLineDiff |
getIntraLineDiff(IntraLineDiffKey key) |
PatchList get(PatchListKey key) throws PatchListNotAvailableException
PatchListNotAvailableExceptionPatchList get(com.google.gerrit.reviewdb.client.Change change, com.google.gerrit.reviewdb.client.PatchSet patchSet) throws PatchListNotAvailableException
PatchListNotAvailableExceptionIntraLineDiff getIntraLineDiff(IntraLineDiffKey key)