Uses of Class
org.kohsuke.github.GHReaction
-
Packages that use GHReaction Package Description org.kohsuke.github -
-
Uses of GHReaction in org.kohsuke.github
Methods in org.kohsuke.github that return GHReaction Modifier and Type Method Description GHReactionGHCommitComment. createReaction(ReactionContent content)Deprecated.GHReactionGHIssue. createReaction(ReactionContent content)Deprecated.GHReactionGHIssueComment. createReaction(ReactionContent content)Deprecated.GHReactionGHPullRequestReviewComment. createReaction(ReactionContent content)Deprecated.GHReactionReactable. createReaction(ReactionContent content)Deprecated.Methods in org.kohsuke.github that return types with arguments of type GHReaction Modifier and Type Method Description PagedIterable<GHReaction>GHCommitComment. listReactions()Deprecated.PagedIterable<GHReaction>GHIssue. listReactions()Deprecated.PagedIterable<GHReaction>GHIssueComment. listReactions()Deprecated.PagedIterable<GHReaction>GHPullRequestReviewComment. listReactions()Deprecated.PagedIterable<GHReaction>Reactable. listReactions()Deprecated.
-