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. -
getPosition
-
getOriginalPosition
-
getCommitId
-
getOriginalCommitId
-
getPath
-
getDiffHunk
-
getCreatedAt
-
getUpdatedAt
-
getBody
-
getId
public long getId() -
getUrl
-
getUser
-
getInReplyToId
public long getInReplyToId() -
getPullRequestUrl
-
getPullRequestReviewId
public long getPullRequestReviewId() -
setBody
-
delete
public void delete() -
replyTo
-