Class ApprovalCacheImpl
- java.lang.Object
-
- com.google.gerrit.server.approval.ApprovalCacheImpl
-
- All Implemented Interfaces:
ApprovalCache
public class ApprovalCacheImpl extends Object implements ApprovalCache
Implementation of theApprovalCache
interface
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<PatchSetApproval>
get(ChangeNotes notes, PatchSet.Id psId)
ReturnsPatchSetApproval
s for the given patch set.static com.google.inject.Module
module()
-
-
-
Method Detail
-
module
public static com.google.inject.Module module()
-
get
public Iterable<PatchSetApproval> get(ChangeNotes notes, PatchSet.Id psId)
Description copied from interface:ApprovalCache
ReturnsPatchSetApproval
s for the given patch set.- Specified by:
get
in interfaceApprovalCache
-
-