hudson.plugins.git
Class Tag

java.lang.Object
  extended by hudson.plugins.git.GitObject
      extended by hudson.plugins.git.Tag
All Implemented Interfaces:
Serializable

public class Tag
extends GitObject

See Also:
Serialized Form

Field Summary
 String commitMessage
           
 String commitSHA1
           
 
Constructor Summary
Tag(String name, org.spearce.jgit.lib.ObjectId sha1)
           
 
Method Summary
 String getCommitMessage()
           
 String getCommitSHA1()
          Get the sha1 of the commit associated with this tag
 void setCommitMessage(String commitMessage)
           
 void setCommitSHA1(String commitSHA1)
           
 
Methods inherited from class hudson.plugins.git.GitObject
getName, getSHA1, getSHA1String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commitSHA1

public String commitSHA1

commitMessage

public String commitMessage
Constructor Detail

Tag

public Tag(String name,
           org.spearce.jgit.lib.ObjectId sha1)
Method Detail

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.