Java org.eclipse.jgit.revwalk RevTag fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.revwalk RevTag fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.revwalk RevTag.

The text is from its open source code.

Method

StringgetFullMessage()
Parse the complete tag message and decode it to a string.
ObjectIdgetId()
Get the name of this object.
RevObjectgetObject()
Get a reference to the object this tag was placed on.
PersonIdentgetTaggerIdent()
Parse the tagger identity from the raw buffer.
StringgetTagName()
Get the name of this tag, from the tag header.
RevTagparse(byte[] raw)
Parse an annotated tag from its canonical format.