|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RevTag | |
|---|---|
| org.eclipse.jgit.api | |
| org.eclipse.jgit.revwalk | |
| Uses of RevTag in org.eclipse.jgit.api |
|---|
| Methods in org.eclipse.jgit.api that return RevTag | |
|---|---|
RevTag |
TagCommand.call()
Executes the tag command with all the options and parameters
collected by the setter methods of this class. |
| Methods in org.eclipse.jgit.api that return types with arguments of type RevTag | |
|---|---|
List<RevTag> |
ListTagCommand.call()
|
| Uses of RevTag in org.eclipse.jgit.revwalk |
|---|
| Methods in org.eclipse.jgit.revwalk that return RevTag | |
|---|---|
RevTag |
RevWalk.lookupTag(AnyObjectId id)
Locate a reference to a tag without loading it. |
static RevTag |
RevTag.parse(byte[] raw)
Parse an annotated tag from its canonical format. |
static RevTag |
RevTag.parse(RevWalk rw,
byte[] raw)
Parse an annotated tag from its canonical format. |
RevTag |
RevWalk.parseTag(AnyObjectId id)
Locate a reference to an annotated tag and immediately parse its content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||