org.kohsuke.github
Class GHTag
java.lang.Object
org.kohsuke.github.GHTag
public class GHTag
- extends Object
Represents a tag in GHRepository
- See Also:
GHRepository.listTags()
|
Constructor Summary |
GHTag()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHTag
public GHTag()
getOwner
public GHRepository getOwner()
getRoot
public GitHub getRoot()
getName
public String getName()
getCommit
public GHCommit getCommit()
Copyright © 2014. All rights reserved.