| 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 position,
String body) |
Copyright © 2016–2017. All rights reserved.