Class GHInvitation

java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHInvitation

public class GHInvitation extends GHObject
The type GHInvitation.
See Also:
  • Constructor Details

    • GHInvitation

      public GHInvitation()
      Create default GHInvitation instance
  • Method Details

    • accept

      public void accept() throws IOException
      Accept a repository invitation.
      Throws:
      IOException - the io exception
    • decline

      public void decline() throws IOException
      Decline a repository invitation.
      Throws:
      IOException - the io exception
    • getHtmlUrl

      public URL getHtmlUrl()
      Gets the html url.
      Returns:
      the html url