Uses of Enum
org.kohsuke.github.GHPullRequestReviewEvent
-
Uses of GHPullRequestReviewEvent in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic GHPullRequestReviewEvent
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 TypeMethodDescriptionGHPullRequestReviewBuilder.event
(GHPullRequestReviewEvent event) The review action you want to perform.void
GHPullRequestReview.submit
(String body, GHPullRequestReviewEvent event) Updates the comment.