| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.github |
| Modifier and Type | Method and Description |
|---|---|
ReviewCommentGroovyObject |
CommitGroovyObject.comment(Map<String,Object> params) |
ReviewCommentGroovyObject |
CommitGroovyObject.comment(String body,
String path,
Integer position) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ReviewCommentGroovyObject> |
CommitGroovyObject.getComments() |
Iterable<ReviewCommentGroovyObject> |
PullRequestGroovyObject.getReviewComments() |
Copyright © 2016–2021. All rights reserved.