Package com.google.gerrit.server.change
Class ChangeKindCacheImpl.NoCache
- java.lang.Object
-
- com.google.gerrit.server.change.ChangeKindCacheImpl.NoCache
-
- All Implemented Interfaces:
ChangeKindCache
- Enclosing class:
- ChangeKindCacheImpl
public static class ChangeKindCacheImpl.NoCache extends Object implements ChangeKindCache
-
-
Method Summary
All 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)
-
-
-
Method Detail
-
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
-
-