Package com.google.gerrit.server.change
Class ChangeKindCacheImpl
java.lang.Object
com.google.gerrit.server.change.ChangeKindCacheImpl
- All Implemented Interfaces:
ChangeKindCache
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptiongetChangeKind
(Change change, PatchSet patch) 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) getChangeKind
(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.Config repoConfig, ChangeData cd, PatchSet patch) static com.google.inject.Module
module()
-
Method Details
-
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
- 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
-