public class PatchSetInfoFactory extends Object
| Constructor and Description | 
|---|
PatchSetInfoFactory(GitRepositoryManager repoManager,
                   PatchSetUtil psUtil,
                   Emails emails)  | 
| Modifier and Type | Method and Description | 
|---|---|
PatchSetInfo | 
get(Project.NameKey project,
   PatchSet patchSet)  | 
PatchSetInfo | 
get(ReviewDb db,
   ChangeNotes notes,
   PatchSet.Id psId)  | 
PatchSetInfo | 
get(org.eclipse.jgit.revwalk.RevWalk rw,
   org.eclipse.jgit.revwalk.RevCommit src,
   PatchSet.Id psi)  | 
@Inject public PatchSetInfoFactory(GitRepositoryManager repoManager, PatchSetUtil psUtil, Emails emails)
public PatchSetInfo get(org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.revwalk.RevCommit src, PatchSet.Id psi) throws IOException, com.google.gwtorm.server.OrmException
IOExceptioncom.google.gwtorm.server.OrmExceptionpublic PatchSetInfo get(ReviewDb db, ChangeNotes notes, PatchSet.Id psId) throws PatchSetInfoNotAvailableException
public PatchSetInfo get(Project.NameKey project, PatchSet patchSet) throws PatchSetInfoNotAvailableException