Uses of Class
org.eclipse.jgit.revwalk.RevTag
-
Packages that use RevTag Package Description org.eclipse.jgit.junit org.eclipse.jgit.pgm org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of RevTag in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that return RevTag Modifier and Type Method Description RevTagTestRepository. tag(java.lang.String name, RevObject dst)Construct an annotated tag object pointing at another object. -
Uses of RevTag in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type RevTag Modifier and Type Method Description private voidShow. show(RevTag tag) -
Uses of RevTag in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return RevTag Modifier and Type Method Description RevTagRevWalk. 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 RevTagRevTag. parse(RevWalk rw, byte[] raw)Parse an annotated tag from its canonical format.RevTagRevWalk. parseTag(AnyObjectId id)Locate a reference to an annotated tag and immediately parse its content.
-