Class GitHubPullRequestCommentCause

    • Constructor Detail

      • GitHubPullRequestCommentCause

        public GitHubPullRequestCommentCause​(String commentUrl,
                                             String commentAuthor,
                                             String commentBody)
        Constructor.
        Parameters:
        commentUrl - the URL for the GitHub comment
        commentAuthor - the author of the GitHub comment
        commentBody - the body for the GitHub comment
    • Method Detail

      • getCommentUrl

        @Exported(visibility=3)
        public String getCommentUrl()
        Retrieves the URL for the GitHub comment for this cause.
        Returns:
        the URL for the GitHub comment
      • getCommentAuthor

        @Exported(visibility=3)
        public String getCommentAuthor()
        Retrieves the author of the GitHub comment for this cause.
        Returns:
        the author of the GitHub comment
      • getCommentBody

        @Exported(visibility=3)
        public String getCommentBody()
        Retrieves the body for the GitHub comment for this cause.
        Returns:
        the body for the GitHub comment