Class GHAuthenticatedAppInstallation

java.lang.Object
org.kohsuke.github.GHAuthenticatedAppInstallation

public class GHAuthenticatedAppInstallation extends Object
The Github App Installation corresponding to the installation token used in a client.
See Also:
  • Constructor Details

    • GHAuthenticatedAppInstallation

      protected GHAuthenticatedAppInstallation(@Nonnull GitHub root)
      Instantiates a new GH authenticated app installation.
      Parameters:
      root - the root
  • Method Details