public class PatchSetInfoFactory
extends java.lang.Object
Constructor and Description |
---|
PatchSetInfoFactory(GitRepositoryManager repoManager,
PatchSetUtil psUtil,
AccountByEmailCache byEmailCache) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.PatchSetInfo |
get(com.google.gerrit.reviewdb.client.Project.NameKey project,
com.google.gerrit.reviewdb.client.PatchSet patchSet) |
com.google.gerrit.reviewdb.client.PatchSetInfo |
get(com.google.gerrit.reviewdb.server.ReviewDb db,
ChangeNotes notes,
com.google.gerrit.reviewdb.client.PatchSet.Id psId) |
com.google.gerrit.reviewdb.client.PatchSetInfo |
get(org.eclipse.jgit.revwalk.RevWalk rw,
org.eclipse.jgit.revwalk.RevCommit src,
com.google.gerrit.reviewdb.client.PatchSet.Id psi) |
@Inject public PatchSetInfoFactory(GitRepositoryManager repoManager, PatchSetUtil psUtil, AccountByEmailCache byEmailCache)
public com.google.gerrit.reviewdb.client.PatchSetInfo get(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit src, com.google.gerrit.reviewdb.client.PatchSet.Id psi) throws java.io.IOException
java.io.IOException
public com.google.gerrit.reviewdb.client.PatchSetInfo get(com.google.gerrit.reviewdb.server.ReviewDb db, ChangeNotes notes, com.google.gerrit.reviewdb.client.PatchSet.Id psId) throws PatchSetInfoNotAvailableException
public com.google.gerrit.reviewdb.client.PatchSetInfo get(com.google.gerrit.reviewdb.client.Project.NameKey project, com.google.gerrit.reviewdb.client.PatchSet patchSet) throws PatchSetInfoNotAvailableException