Uses of Class
org.jenkinsci.plugins.pipeline.github.ReviewCommentGroovyObject
-
Packages that use ReviewCommentGroovyObject Package Description org.jenkinsci.plugins.pipeline.github -
-
Uses of ReviewCommentGroovyObject in org.jenkinsci.plugins.pipeline.github
Methods in org.jenkinsci.plugins.pipeline.github that return ReviewCommentGroovyObject Modifier and Type Method Description ReviewCommentGroovyObject
CommitGroovyObject. comment(String body, String path, Integer position)
ReviewCommentGroovyObject
CommitGroovyObject. comment(Map<String,Object> params)
ReviewCommentGroovyObject
PullRequestGroovyObject. editReviewComment(long commentId, String body)
ReviewCommentGroovyObject
PullRequestGroovyObject. replyToReviewComment(long commentId, String body)
ReviewCommentGroovyObject
PullRequestGroovyObject. reviewComment(String commitId, String path, int line, String body)
Methods in org.jenkinsci.plugins.pipeline.github that return types with arguments of type ReviewCommentGroovyObject Modifier and Type Method Description Iterable<ReviewCommentGroovyObject>
CommitGroovyObject. getComments()
Iterable<ReviewCommentGroovyObject>
PullRequestGroovyObject. getReviewComments()
-