Package org.kohsuke.github
Class GHAppFromManifest
java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHApp
org.kohsuke.github.GHAppFromManifest
A GitHub App with the additional attributes returned during its creation.
- Author:
- Daniel Baur
- See Also:
-
Field Summary
Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kohsuke.github.GHApp
getDescription, getEvents, getExternalUrl, getHtmlUrl, getInstallationById, getInstallationByOrganization, getInstallationByRepository, getInstallationByUser, getInstallationsCount, getName, getOwner, getPermissions, getSlug, listInstallations, setDescription, setEvents, setExternalUrl, setInstallationsCount, setName, setOwner, setPermissionsMethods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
Constructor Details
-
GHAppFromManifest
public GHAppFromManifest()
-
-
Method Details
-
getClientId
Gets the client id- Returns:
- the client id
-
getClientSecret
Gets the client secret- Returns:
- the client secret
-
getWebhookSecret
Gets the webhook secret- Returns:
- the webhook secret
-
getPem
Gets the pem- Returns:
- the pem
-
getRoot
Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.Get the rootGitHubinstance for this object.- Returns:
- the root
GitHubinstance
-
GitHubinstance, use a local copy instead of pulling it out of objects.