Package org.kohsuke.github
Class GHAppInstallationRequest
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 html url.Gets the user who requested the installation.getRoot()Deprecated.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.
-
getHtmlUrl
Description copied from class:GHObjectGets html url.- Specified by:
getHtmlUrlin classGHObject- Returns:
- URL of this object for humans, which renders some HTML.
- Throws:
IOException- on error
-
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.