Uses of Class
org.eclipse.jgit.revwalk.RevTag
Packages that use RevTag
-
Uses of RevTag in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return RevTagModifier and TypeMethodDescriptionRevWalk.lookupTag(AnyObjectId id) Locate a reference to a tag without loading it.static RevTagRevTag.parse(byte[] raw) Parse an annotated tag from its canonical format.static RevTagParse an annotated tag from its canonical format.RevWalk.parseTag(AnyObjectId id) Locate a reference to an annotated tag and immediately parse its content.