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 |
---|---|
com.google.gerrit.extensions.client.ChangeKind |
getChangeKind(ProjectState project,
org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.lib.ObjectId prior,
org.eclipse.jgit.lib.ObjectId next) |
com.google.gerrit.extensions.client.ChangeKind |
getChangeKind(org.eclipse.jgit.lib.Repository repo,
ChangeData cd,
com.google.gerrit.reviewdb.client.PatchSet patch) |
com.google.gerrit.extensions.client.ChangeKind |
getChangeKind(com.google.gerrit.reviewdb.server.ReviewDb db,
com.google.gerrit.reviewdb.client.Change change,
com.google.gerrit.reviewdb.client.PatchSet patch) |
com.google.gerrit.extensions.client.ChangeKind getChangeKind(ProjectState project, org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.lib.ObjectId prior, org.eclipse.jgit.lib.ObjectId next)
com.google.gerrit.extensions.client.ChangeKind getChangeKind(com.google.gerrit.reviewdb.server.ReviewDb db, com.google.gerrit.reviewdb.client.Change change, com.google.gerrit.reviewdb.client.PatchSet patch)
com.google.gerrit.extensions.client.ChangeKind getChangeKind(org.eclipse.jgit.lib.Repository repo, ChangeData cd, com.google.gerrit.reviewdb.client.PatchSet patch)