public class PatchSetInfoFactory extends 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(org.eclipse.jgit.revwalk.RevCommit src,
   com.google.gerrit.reviewdb.client.PatchSet.Id psi)  | 
com.google.gerrit.reviewdb.client.PatchSetInfo | 
get(com.google.gerrit.reviewdb.server.ReviewDb db,
   com.google.gerrit.reviewdb.client.PatchSet.Id patchSetId)  | 
@Inject public PatchSetInfoFactory(GitRepositoryManager grm, AccountByEmailCache byEmailCache)
public com.google.gerrit.reviewdb.client.PatchSetInfo get(org.eclipse.jgit.revwalk.RevCommit src,
                                                 com.google.gerrit.reviewdb.client.PatchSet.Id psi)
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