Uses of Enum
org.kohsuke.github.GHPullRequestReviewEvent
Packages that use GHPullRequestReviewEvent
-
Uses of GHPullRequestReviewEvent in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestReviewEventModifier and TypeMethodDescriptionstatic GHPullRequestReviewEventReturns 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.Methods in org.kohsuke.github with parameters of type GHPullRequestReviewEventModifier and TypeMethodDescriptionGHPullRequestReviewBuilder.event(GHPullRequestReviewEvent event) The review action you want to perform.voidGHPullRequestReview.submit(String body, GHPullRequestReviewEvent event) Updates the comment.