public class PatchSetInfoFactory extends 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 IOException
IOException
public PatchSetInfo get(ChangeNotes notes, PatchSet.Id psId) throws PatchSetInfoNotAvailableException
public PatchSetInfo get(Project.NameKey project, PatchSet patchSet) throws PatchSetInfoNotAvailableException