hudson.plugins.git
Class Tag
java.lang.Object
hudson.plugins.git.GitObject
hudson.plugins.git.Tag
- All Implemented Interfaces:
- Serializable
public class Tag
- extends GitObject
- See Also:
- Serialized Form
|
Constructor Summary |
Tag(String name,
org.spearce.jgit.lib.ObjectId sha1)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commitSHA1
public String commitSHA1
commitMessage
public String commitMessage
Tag
public Tag(String name,
org.spearce.jgit.lib.ObjectId sha1)
getCommitMessage
public String getCommitMessage()
setCommitMessage
public void setCommitMessage(String commitMessage)
getCommitSHA1
public String getCommitSHA1()
- Get the sha1 of the commit associated with this tag
setCommitSHA1
public void setCommitSHA1(String commitSHA1)
Copyright © 2004-2011 Hudson. All Rights Reserved.