Package com.google.gerrit.server.patch
Class DiffSummary
- java.lang.Object
-
- com.google.gerrit.server.patch.DiffSummary
-
- All Implemented Interfaces:
Serializable
public class DiffSummary extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiffSummary(String[] paths, int insertions, int deletions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeData.ChangedLines
getChangedLines()
List<String>
getPaths()
-
-
-
Constructor Detail
-
DiffSummary
public DiffSummary(String[] paths, int insertions, int deletions)
-
-
Method Detail
-
getChangedLines
public ChangeData.ChangedLines getChangedLines()
-
-