Class GHEventPayload.Repository

java.lang.Object
org.kohsuke.github.GHEventPayload
org.kohsuke.github.GHEventPayload.Repository
Enclosing class:
GHEventPayload

public static class GHEventPayload.Repository extends GHEventPayload
A repository was created, deleted, made public, or made private.
See Also:
  • Constructor Details

    • Repository

      public Repository()
  • Method Details

    • 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