java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHAppInstallationRequest
A Github App Installation Request.
- Author:
- Anuj Hydrabadi
- See Also:
-
Field Summary
Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the organization where the app was requested to be installed.Gets the user who requested the installation.Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
Constructor Details
-
GHAppInstallationRequest
public GHAppInstallationRequest()Create default GHAppInstallationRequest instance
-
-
Method Details
-
getAccount
Gets the organization where the app was requested to be installed.- Returns:
- the organization where the app was requested to be installed.
-
getRequester
Gets the user who requested the installation.- Returns:
- the user who requested the installation.
-