public interface ChangeKindCache
ChangeKind
per commit.
This is immutable conditioned on the merge strategy (unless the JGit strategy implementation changes, which might invalidate old entries).
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) |
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(Change change, PatchSet patch)
ChangeKind getChangeKind(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.Config repoConfig, ChangeData cd, PatchSet patch)