Uses of Class
org.kohsuke.github.GHPullRequestReviewEvent
-
Packages that use GHPullRequestReviewEvent Package Description org.kohsuke.github -
-
Uses of GHPullRequestReviewEvent in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestReviewEvent Modifier and Type Method Description static GHPullRequestReviewEventGHPullRequestReviewEvent. 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.Methods in org.kohsuke.github with parameters of type GHPullRequestReviewEvent Modifier and Type Method Description GHPullRequestReviewBuilderGHPullRequestReviewBuilder. event(GHPullRequestReviewEvent event)The review action you want to perform.voidGHPullRequestReview. submit(String body, GHPullRequestReviewEvent event)Updates the comment.
-