Class GHInvitation

    • Constructor Detail

      • GHInvitation

        public GHInvitation()
    • Method Detail

      • 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()
        Description copied from class: GHObject
        Gets html url.
        Specified by:
        getHtmlUrl in class GHObject
        Returns:
        URL of this object for humans, which renders some HTML.