Uses of Class
org.kohsuke.github.GHApp
-
Uses of GHApp in org.kohsuke.github
Modifier and TypeClassDescriptionclass
A GitHub App with the additional attributes returned during its creation.Modifier and TypeMethodDescriptionGHCheckRun.getApp()
Gets the GitHub app this check run belongs to, included in response.GHCheckSuite.getApp()
Gets the GitHub app this check suite belongs to, included in response.GitHub.getApp()
Returns the GitHub App associated with the authentication credentials used.Returns the GitHub App identified by the given slug -
Uses of GHApp in org.kohsuke.github.authorization
Modifier and TypeMethodDescriptionAppInstallationAuthorizationProvider.AppInstallationProvider.getAppInstallation
(GHApp app) Provides a GHAppInstallation for the given GHApp