Class GHTagObject

java.lang.Object
org.kohsuke.github.GHTagObject

public class GHTagObject extends Object
Represents an annotated tag in a GHRepository.
See Also:
  • Constructor Details

    • GHTagObject

      public GHTagObject()
  • Method Details

    • getOwner

      public GHRepository getOwner()
      Gets owner.
      Returns:
      the owner
    • getTag

      public String getTag()
      Gets tag.
      Returns:
      the tag
    • getSha

      public String getSha()
      Gets sha.
      Returns:
      the sha
    • getUrl

      public String getUrl()
      Gets url.
      Returns:
      the url
    • getMessage

      public String getMessage()
      Gets message.
      Returns:
      the message
    • getTagger

      public GitUser getTagger()
      Gets tagger.
      Returns:
      the tagger
    • getObject

      public GHRef.GHObject getObject()
      Gets object.
      Returns:
      the object
    • getVerification

      public GHVerification getVerification()
      Gets Verification Status.
      Returns:
      the Verification status
    • getRoot

      @Deprecated public GitHub getRoot()
      Deprecated.
      For access to the GitHub instance, use a local copy instead of pulling it out of objects.
      Get the root GitHub instance for this object.
      Returns:
      the root GitHub instance