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
-
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.attributes.AttributesNodeProvider attributesNodeProvider, 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, org.eclipse.jgit.attributes.AttributesNodeProvider attributesNodeProvider, ChangeData cd, PatchSet patch)
-
Method Details
-
getChangeKind
public ChangeKind getChangeKind(Project.NameKey project, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.Config repoConfig, org.eclipse.jgit.attributes.AttributesNodeProvider attributesNodeProvider, 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, org.eclipse.jgit.attributes.AttributesNodeProvider attributesNodeProvider, ChangeData cd, PatchSet patch) - Specified by:
getChangeKind
in interfaceChangeKindCache
-