org.kohsuke.github
Class GHTag

java.lang.Object
  extended by org.kohsuke.github.GHTag

public class GHTag
extends Object

Represents a tag in GHRepository

See Also:
GHRepository.listTags()

Constructor Summary
GHTag()
           
 
Method Summary
 GHCommit getCommit()
           
 String getName()
           
 GHRepository getOwner()
           
 GitHub getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHTag

public GHTag()
Method Detail

getOwner

public GHRepository getOwner()

getRoot

public GitHub getRoot()

getName

public String getName()

getCommit

public GHCommit getCommit()


Copyright © 2014. All rights reserved.