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)GHReactionGHIssue. createReaction(ReactionContent content)GHReactionGHIssueComment. createReaction(ReactionContent content)GHReactionGHPullRequestReviewComment. createReaction(ReactionContent content)GHReactionReactable. createReaction(ReactionContent content)Leaves a reaction to this object.Methods in org.kohsuke.github that return types with arguments of type GHReaction Modifier and Type Method Description PagedIterable<GHReaction>GHCommitComment. listReactions()PagedIterable<GHReaction>GHIssue. listReactions()PagedIterable<GHReaction>GHIssueComment. listReactions()PagedIterable<GHReaction>GHPullRequestReviewComment. listReactions()PagedIterable<GHReaction>Reactable. listReactions()List all the reactions left to this object.
-