Class GHVerifiedKey

java.lang.Object
org.kohsuke.github.GHKey
org.kohsuke.github.GHVerifiedKey

public class GHVerifiedKey extends GHKey
The type GHVerifiedKey.
  • Constructor Details

    • GHVerifiedKey

      public GHVerifiedKey()
      Instantiates a new Gh verified key.
  • Method Details

    • getTitle

      public String getTitle()
      Gets the title.
      Overrides:
      getTitle in class GHKey
      Returns:
      the title
    • 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