Package org.kohsuke.github
Class GHTag
java.lang.Object
org.kohsuke.github.GHTag
Represents a tag in
GHRepository.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GHTag
public GHTag()Create default GHTag instance
-
-
Method Details
-
getOwner
Gets owner.- Returns:
- the owner
-
getName
Gets name.- Returns:
- the name
-
getCommit
Gets commit.- Returns:
- the commit
-
getRoot
Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.Get the rootGitHubinstance for this object.- Returns:
- the root
GitHubinstance
-
GitHubinstance, use a local copy instead of pulling it out of objects.