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)Creates the reaction.GHReactionGHIssue. createReaction(ReactionContent content)Creates the reaction.GHReactionGHIssueComment. createReaction(ReactionContent content)Creates the reaction.GHReactionGHPullRequestReviewComment. createReaction(ReactionContent content)Creates the reaction.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()List reactions.PagedIterable<GHReaction>GHIssue. listReactions()List reactions.PagedIterable<GHReaction>GHIssueComment. listReactions()List reactions.PagedIterable<GHReaction>GHPullRequestReviewComment. listReactions()List reactions.PagedIterable<GHReaction>Reactable. listReactions()List all the reactions left to this object.Methods in org.kohsuke.github with parameters of type GHReaction Modifier and Type Method Description voidGHCommitComment. deleteReaction(GHReaction reaction)Delete reaction.voidGHIssue. deleteReaction(GHReaction reaction)Delete reaction.voidGHIssueComment. deleteReaction(GHReaction reaction)Delete reaction.voidGHPullRequestReviewComment. deleteReaction(GHReaction reaction)Delete reaction.voidReactable. deleteReaction(GHReaction reaction)Delete a reaction from this object.
-