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

    • listRepositories

      public PagedSearchIterable<GHRepository> listRepositories()
      List repositories that this app installation can access.
      Returns:
      the paged iterable
    • 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