Package org.eclipse.jgit.blame
Class ReverseWalk.ReverseCommit
java.lang.Object
org.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
org.eclipse.jgit.revwalk.RevObject
org.eclipse.jgit.revwalk.RevCommit
org.eclipse.jgit.blame.ReverseWalk.ReverseCommit
- All Implemented Interfaces:
Serializable,Comparable<AnyObjectId>
- Enclosing class:
- ReverseWalk
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ReverseWalk.ReverseCommit[]private static final ReverseWalk.ReverseCommit[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) ReverseWalk.ReverseCommitgetChild(int nth) (package private) intMethods inherited from class org.eclipse.jgit.revwalk.RevCommit
carry, disposeBody, getAuthorIdent, getCommitterIdent, getCommitTime, getEncoding, getEncodingName, getFooterLines, getFooterLines, getFooterLines, getFullMessage, getParent, getParentCount, getParents, getRawBuffer, getRawGpgSignature, getShortMessage, getTree, getType, parse, parse, reset, toStringMethods inherited from class org.eclipse.jgit.revwalk.RevObject
add, add, appendCoreFlags, getId, has, hasAll, hasAny, remove, removeMethods inherited from class org.eclipse.jgit.lib.ObjectId
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
-
Field Details
-
NO_CHILDREN
-
children
-
-
Constructor Details
-
ReverseCommit
ReverseCommit(AnyObjectId id)
-
-
Method Details
-
addChild
-
getChildCount
int getChildCount() -
getChild
-