Package com.google.gerrit.server.patch
Class IntraLineDiffArgs
java.lang.Object
com.google.gerrit.server.patch.IntraLineDiffArgs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Text
aText()
abstract Text
bText()
abstract org.eclipse.jgit.lib.ObjectId
commit()
static IntraLineDiffArgs
create
(Text aText, Text bText, List<org.eclipse.jgit.diff.Edit> edits, Set<org.eclipse.jgit.diff.Edit> editsDueToRebase, Project.NameKey project, org.eclipse.jgit.lib.ObjectId commit, String path) abstract com.google.common.collect.ImmutableList
<org.eclipse.jgit.diff.Edit> edits()
abstract com.google.common.collect.ImmutableSet
<org.eclipse.jgit.diff.Edit> abstract String
path()
abstract Project.NameKey
project()
-
Constructor Details
-
IntraLineDiffArgs
public IntraLineDiffArgs()
-
-
Method Details
-
create
public static IntraLineDiffArgs create(Text aText, Text bText, List<org.eclipse.jgit.diff.Edit> edits, Set<org.eclipse.jgit.diff.Edit> editsDueToRebase, Project.NameKey project, org.eclipse.jgit.lib.ObjectId commit, String path) -
aText
-
bText
-
edits
public abstract com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> edits() -
editsDueToRebase
public abstract com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> editsDueToRebase() -
project
-
commit
public abstract org.eclipse.jgit.lib.ObjectId commit() -
path
-