Package sonia.scm.repository
Class BlameResult
java.lang.Object
sonia.scm.repository.BlameResult
- All Implemented Interfaces:
Serializable,Iterable<BlameLine>
Changeset information by line for a given file.
- Since:
- 1.8
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBlameResult(int total, List<BlameLine> blameLines) BlameResult(List<BlameLine> blameLines) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator