Package org.kohsuke.github
Class GHRequestedAction
java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHRequestedAction
The Class GHRequestedAction.
-
Field Summary
Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
Constructor Details
-
GHRequestedAction
public GHRequestedAction()
-
-
Method Details
-
getIdentifier
Gets the identifier.- Returns:
- the identifier
-
getHtmlUrl
Deprecated.This object has no HTML URL.Gets the html url.- Specified by:
getHtmlUrlin classGHObject- Returns:
- the html url
-
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
-