| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReviewState |
GHPullRequestReview.getState() |
static GHPullRequestReviewState |
GHPullRequestReviewState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHPullRequestReviewState[] |
GHPullRequestReviewState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReview |
GHPullRequest.createReview(String body,
GHPullRequestReviewState event,
GHPullRequestReviewComment... comments)
Deprecated.
|
GHPullRequestReview |
GHPullRequest.createReview(String body,
GHPullRequestReviewState event,
List<GHPullRequestReviewComment> comments)
Deprecated.
|
void |
GHPullRequestReview.submit(String body,
GHPullRequestReviewState state)
Deprecated.
Former preview method that changed when it got public. Left here for backward compatibility.
Use
GHPullRequestReview.submit(String, GHPullRequestReviewEvent) |
Copyright © 2018. All rights reserved.