public class PatchSetInfoFactory
extends java.lang.Object
Constructor and Description |
---|
PatchSetInfoFactory(GitRepositoryManager grm,
AccountByEmailCache byEmailCache) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.PatchSetInfo |
get(com.google.gerrit.reviewdb.client.Change change,
com.google.gerrit.reviewdb.client.PatchSet patchSet) |
com.google.gerrit.reviewdb.client.PatchSetInfo |
get(com.google.gerrit.reviewdb.server.ReviewDb db,
com.google.gerrit.reviewdb.client.PatchSet.Id patchSetId) |
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 grm, 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, com.google.gerrit.reviewdb.client.PatchSet.Id patchSetId) throws PatchSetInfoNotAvailableException
public com.google.gerrit.reviewdb.client.PatchSetInfo get(com.google.gerrit.reviewdb.client.Change change, com.google.gerrit.reviewdb.client.PatchSet patchSet) throws PatchSetInfoNotAvailableException