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,
com.google.gerrit.reviewdb.client.Project.NameKey project) |
IntraLineDiff |
getIntraLineDiff(IntraLineDiffKey key,
IntraLineDiffArgs args) |
org.eclipse.jgit.lib.ObjectId |
getOldId(com.google.gerrit.reviewdb.client.Change change,
com.google.gerrit.reviewdb.client.PatchSet patchSet,
java.lang.Integer parentNum) |
PatchList get(PatchListKey key, com.google.gerrit.reviewdb.client.Project.NameKey project) throws PatchListNotAvailableException
PatchListNotAvailableException
PatchList get(com.google.gerrit.reviewdb.client.Change change, com.google.gerrit.reviewdb.client.PatchSet patchSet) throws PatchListNotAvailableException
PatchListNotAvailableException
org.eclipse.jgit.lib.ObjectId getOldId(com.google.gerrit.reviewdb.client.Change change, com.google.gerrit.reviewdb.client.PatchSet patchSet, java.lang.Integer parentNum) throws PatchListNotAvailableException
PatchListNotAvailableException
IntraLineDiff getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)