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
-
Method Summary
Modifier and TypeMethodDescriptionGets the client idGets the client secretgetPem()
Gets the pemGets the webhook secretMethods inherited from class org.kohsuke.github.GHApp
getDescription, getEvents, getExternalUrl, getHtmlUrl, getInstallationById, getInstallationByOrganization, getInstallationByRepository, getInstallationByUser, getInstallationsCount, getName, getOwner, getPermissions, getSlug, listInstallations, listInstallations
Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
Constructor Details
-
GHAppFromManifest
public GHAppFromManifest()Create default GHAppFromManifest instance
-
-
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
-