public class PatchListCacheImpl extends Object implements 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) |
static com.google.inject.Module |
module() |
public static com.google.inject.Module module()
public PatchList get(PatchListKey key, com.google.gerrit.reviewdb.client.Project.NameKey project) throws PatchListNotAvailableException
get in interface PatchListCachePatchListNotAvailableExceptionpublic PatchList get(com.google.gerrit.reviewdb.client.Change change, com.google.gerrit.reviewdb.client.PatchSet patchSet) throws PatchListNotAvailableException
get in interface PatchListCachePatchListNotAvailableExceptionpublic IntraLineDiff getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)
getIntraLineDiff in interface PatchListCache