Class ReviewCommentGroovyObject

java.lang.Object
groovy.lang.GroovyObjectSupport
org.jenkinsci.plugins.pipeline.github.ReviewCommentGroovyObject
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable

public class ReviewCommentGroovyObject extends groovy.lang.GroovyObjectSupport implements Serializable
Groovy wrapper over ExtendedCommitComment Additionally provides one the ability to update the comment body and delete the comment.
Author:
Aaron Whiteside
See Also:
  • Method Details

    • getLine

      @Deprecated public Integer getLine()
      Deprecated.
    • getPosition

      public Integer getPosition()
    • getOriginalPosition

      public Integer getOriginalPosition()
    • getCommitId

      public String getCommitId()
    • getOriginalCommitId

      public String getOriginalCommitId()
    • getPath

      public String getPath()
    • getDiffHunk

      public String getDiffHunk()
    • getCreatedAt

      public Date getCreatedAt()
    • getUpdatedAt

      public Date getUpdatedAt()
    • getBody

      public String getBody()
    • getId

      public long getId()
    • getUrl

      public String getUrl()
    • getUser

      public String getUser()
    • getInReplyToId

      public long getInReplyToId()
    • getPullRequestUrl

      public String getPullRequestUrl()
    • getPullRequestReviewId

      public long getPullRequestReviewId()
    • setBody

      public void setBody(String body)
    • delete

      public void delete()
    • replyTo

      public void replyTo(String body)