Class GHEventPayload.Ping

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

public static class GHEventPayload.Ping extends GHEventPayload
  • Constructor Details

    • Ping

      public Ping()
  • 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