Uses of Class
org.kohsuke.github.GHApp
-
Packages that use GHApp Package Description org.kohsuke.github org.kohsuke.github.authorization -
-
Uses of GHApp in org.kohsuke.github
Subclasses of GHApp in org.kohsuke.github Modifier and Type Class Description classGHAppFromManifestA GitHub App with the additional attributes returned during its creation.Methods in org.kohsuke.github that return GHApp Modifier and Type Method Description GHAppGHCheckRun. getApp()Gets the GitHub app this check run belongs to, included in response.GHAppGHCheckSuite. getApp()Gets the GitHub app this check suite belongs to, included in response.GHAppGitHub. getApp()Returns the GitHub App associated with the authentication credentials used.GHAppGitHub. getApp(String slug)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 GHApp Modifier and Type Method Description GHAppInstallationAppInstallationAuthorizationProvider.AppInstallationProvider. getAppInstallation(GHApp app)Provides a GHAppInstallation for the given GHApp
-