Class GHAppInstallationRequest

java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHAppInstallationRequest

public class GHAppInstallationRequest extends GHObject
A Github App Installation Request.
Author:
Anuj Hydrabadi
See Also:
  • Constructor Details

    • GHAppInstallationRequest

      public GHAppInstallationRequest()
      Create default GHAppInstallationRequest instance
  • Method Details

    • getAccount

      public GHOrganization getAccount()
      Gets the organization where the app was requested to be installed.
      Returns:
      the organization where the app was requested to be installed.
    • getRequester

      public GHUser getRequester()
      Gets the user who requested the installation.
      Returns:
      the user who requested the installation.
    • getHtmlUrl

      public URL getHtmlUrl() throws IOException
      Description copied from class: GHObject
      Gets html url.
      Specified by:
      getHtmlUrl in class GHObject
      Returns:
      URL of this object for humans, which renders some HTML.
      Throws:
      IOException - on error
    • 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