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(ChangeNotes notes,
PatchSet.Id psId) |
PatchSetInfo |
get(Project.NameKey project,
PatchSet patchSet) |
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
java.io.IOExceptionpublic PatchSetInfo get(ChangeNotes notes, PatchSet.Id psId) throws PatchSetInfoNotAvailableException
public PatchSetInfo get(Project.NameKey project, PatchSet patchSet) throws PatchSetInfoNotAvailableException