| 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 event)
Deprecated.
|
Copyright © 2017. All rights reserved.