public class PatchSetInfoFactory
extends java.lang.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 java.io.IOException, com.google.gwtorm.server.OrmException
java.io.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