| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static GHPullRequestReviewEvent |
GHPullRequestReviewEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHPullRequestReviewEvent[] |
GHPullRequestReviewEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReviewBuilder |
GHPullRequestReviewBuilder.event(GHPullRequestReviewEvent event)
The review action you want to perform.
|
void |
GHPullRequestReview.submit(String body,
GHPullRequestReviewEvent event)
Updates the comment.
|
Copyright © 2018. All rights reserved.