Package org.kohsuke.github
Class GHInvitation
- java.lang.Object
-
- org.kohsuke.github.GHObject
-
- org.kohsuke.github.GHInvitation
-
public class GHInvitation extends GHObject
The type GHInvitation.
-
-
Field Summary
-
Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields
-
-
Constructor Summary
Constructors Constructor Description GHInvitation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept()Accept a repository invitation.voiddecline()Decline a repository invitation.URLgetHtmlUrl()Gets html url.-
Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
-
-
-
Method Detail
-
accept
public void accept() throws IOExceptionAccept a repository invitation.- Throws:
IOException- the io exception
-
decline
public void decline() throws IOExceptionDecline a repository invitation.- Throws:
IOException- the io exception
-
getHtmlUrl
public URL getHtmlUrl()
Description copied from class:GHObjectGets html url.- Specified by:
getHtmlUrlin classGHObject- Returns:
- URL of this object for humans, which renders some HTML.
-
-