public class Tag extends GitObject
| Modifier and Type | Field and Description |
|---|---|
String |
commitMessage |
String |
commitSHA1 |
| Constructor and Description |
|---|
Tag(String name,
org.eclipse.jgit.lib.ObjectId sha1) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitMessage() |
String |
getCommitSHA1()
Get the sha1 of the commit associated with this tag
|
void |
setCommitMessage(String commitMessage) |
void |
setCommitSHA1(String commitSHA1) |
public Tag(String name, org.eclipse.jgit.lib.ObjectId sha1)
Copyright © 2004-2015 Hudson. All Rights Reserved.