Class ChangeKindCacheImpl

java.lang.Object
com.google.gerrit.server.change.ChangeKindCacheImpl
All Implemented Interfaces:
ChangeKindCache

public class ChangeKindCacheImpl extends Object implements ChangeKindCache
  • 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.attributes.AttributesNodeProvider attributesNodeProvider, org.eclipse.jgit.lib.ObjectId prior, org.eclipse.jgit.lib.ObjectId next)
      Specified by:
      getChangeKind in interface ChangeKindCache
    • getChangeKind

      public ChangeKind getChangeKind(Change change, PatchSet patch)
      Specified by:
      getChangeKind in interface ChangeKindCache
    • 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 interface ChangeKindCache