Uses of Enum
org.kohsuke.github.GHPullRequestReviewState
Packages that use GHPullRequestReviewState
-
Uses of GHPullRequestReviewState in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestReviewStateModifier and TypeMethodDescriptionGHPullRequestReview.getState()Gets state.static GHPullRequestReviewStateReturns 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.Methods in org.kohsuke.github with parameters of type GHPullRequestReviewStateModifier and TypeMethodDescriptionGHPullRequest.createReview(String body, GHPullRequestReviewState event, List<GHPullRequestReviewComment> comments) Deprecated.GHPullRequest.createReview(String body, GHPullRequestReviewState event, GHPullRequestReviewComment... comments) Deprecated.voidGHPullRequestReview.submit(String body, GHPullRequestReviewState state) Deprecated.Former preview method that changed when it got public.
GHPullRequest.createReview()