Uses of Class
org.kohsuke.github.GHTagObject
-
Packages that use GHTagObject Package Description org.kohsuke.github -
-
Uses of GHTagObject in org.kohsuke.github
Methods in org.kohsuke.github that return GHTagObject Modifier and Type Method Description GHTagObjectGHRepository. createTag(String tag, String message, String object, String type)Create a tag.GHTagObjectGHRepository. getTagObject(String sha)Returns the annotated tag object.
-