Uses of Class
org.kohsuke.github.GHApp
Packages that use GHApp
-
Uses of GHApp in org.kohsuke.github
Subclasses of GHApp in org.kohsuke.githubModifier and TypeClassDescriptionclass
A GitHub App with the additional attributes returned during its creation.Methods in org.kohsuke.github that return GHAppModifier 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
Methods in org.kohsuke.github.authorization with parameters of type GHAppModifier and TypeMethodDescriptionAppInstallationAuthorizationProvider.AppInstallationProvider.getAppInstallation
(GHApp app) Provides a GHAppInstallation for the given GHApp