public static class ChangeKindCacheImpl.NoCache extends Object implements ChangeKindCache
Modifier and Type | Method and Description |
---|---|
ChangeKind |
getChangeKind(Project.NameKey project,
org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.lib.ObjectId prior,
org.eclipse.jgit.lib.ObjectId next) |
ChangeKind |
getChangeKind(org.eclipse.jgit.lib.Repository repo,
ChangeData cd,
PatchSet patch) |
ChangeKind |
getChangeKind(ReviewDb db,
Change change,
PatchSet patch) |
public ChangeKind getChangeKind(Project.NameKey project, org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.lib.ObjectId prior, org.eclipse.jgit.lib.ObjectId next)
getChangeKind
in interface ChangeKindCache
public ChangeKind getChangeKind(ReviewDb db, Change change, PatchSet patch)
getChangeKind
in interface ChangeKindCache
public ChangeKind getChangeKind(org.eclipse.jgit.lib.Repository repo, ChangeData cd, PatchSet patch)
getChangeKind
in interface ChangeKindCache