Class GHComment


  • public class GHComment
    extends Object
    GitHub issue comment.
    • Method Detail

      • getText

        public String getText()
                       throws FB2GHException
        Get this comment's text.
        Returns:
        Text content of this comment.
        Throws:
        FB2GHException - if a GitHub error occurs
      • setText

        public void setText​(String text)
                     throws FB2GHException
        Set this comment's text.
        Parameters:
        text - Text content.
        Throws:
        FB2GHException - if a GitHub error occurs