Class IssueCommentGroovyObject

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, Serializable

    public class IssueCommentGroovyObject
    extends groovy.lang.GroovyObjectSupport
    implements Serializable
    Groovy wrapper over a Comment Additionally provides one the ability to update the comment body and delete the comment.
    Author:
    Aaron Whiteside
    See Also:
    Comment, Serialized Form
    • Method Detail

      • getCreatedAt

        public Date getCreatedAt()
      • getUpdatedAt

        public Date getUpdatedAt()
      • getBody

        public String getBody()
      • getBodyHtml

        public String getBodyHtml()
      • getBodyText

        public String getBodyText()
      • getId

        public long getId()
      • getUrl

        public String getUrl()
      • getUser

        public String getUser()
      • setBody

        public void setBody​(String body)
      • delete

        public void delete()