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.