public class ChangeKindCacheImpl extends java.lang.Object implements ChangeKindCache
Modifier and Type | Class and Description |
---|---|
static class |
ChangeKindCacheImpl.ChangeKindWeigher |
static class |
ChangeKindCacheImpl.Key |
static class |
ChangeKindCacheImpl.NoCache |
Modifier and Type | Method and 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() |
public static com.google.inject.Module module()
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)
getChangeKind
in interface ChangeKindCache
public ChangeKind getChangeKind(Change change, PatchSet patch)
getChangeKind
in interface ChangeKindCache
public ChangeKind getChangeKind(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.Config repoConfig, ChangeData cd, PatchSet patch)
getChangeKind
in interface ChangeKindCache