Interface IssueComment


public interface IssueComment
Interface describing an issue comment.
Author:
Damien Carbonne
  • Method Details

    • getAuthor

      String getAuthor()
      Returns:
      The author of this comment.
    • getDate

      Instant getDate()
      Returns:
      The date (as an Instant) of this comment.
    • getText

      String getText()
      Returns:
      The text of this comment.