Package com.google.gerrit.server.change
Class ChangeKindCacheImpl
- java.lang.Object
-
- com.google.gerrit.server.change.ChangeKindCacheImpl
-
- All Implemented Interfaces:
ChangeKindCache
public class ChangeKindCacheImpl extends Object implements ChangeKindCache
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChangeKindCacheImpl.ChangeKindWeigher
static class
ChangeKindCacheImpl.Key
static class
ChangeKindCacheImpl.NoCache
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeKind
getChangeKind(Change change, PatchSet patch)
ChangeKind
getChangeKind(Project.NameKey project, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.Config repoConfig, org.eclipse.jgit.lib.ObjectId prior, org.eclipse.jgit.lib.ObjectId next)
ChangeKind
getChangeKind(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.Config repoConfig, ChangeData cd, PatchSet patch)
static com.google.inject.Module
module()
-
-
-
Method Detail
-
module
public static com.google.inject.Module module()
-
getChangeKind
public ChangeKind getChangeKind(Project.NameKey project, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.Config repoConfig, org.eclipse.jgit.lib.ObjectId prior, org.eclipse.jgit.lib.ObjectId next)
- Specified by:
getChangeKind
in interfaceChangeKindCache
-
getChangeKind
public ChangeKind getChangeKind(Change change, PatchSet patch)
- Specified by:
getChangeKind
in interfaceChangeKindCache
-
getChangeKind
public ChangeKind getChangeKind(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.Config repoConfig, ChangeData cd, PatchSet patch)
- Specified by:
getChangeKind
in interfaceChangeKindCache
-
-