Uses of Class
org.kohsuke.github.GHReaction
Packages that use GHReaction
-
Uses of GHReaction in org.kohsuke.github
Methods in org.kohsuke.github that return GHReactionModifier and TypeMethodDescriptionGHCommitComment.createReaction(ReactionContent content) Creates the reaction.GHIssue.createReaction(ReactionContent content) Creates the reaction.GHIssueComment.createReaction(ReactionContent content) Creates the reaction.GHPullRequestReviewComment.createReaction(ReactionContent content) Creates the reaction.Reactable.createReaction(ReactionContent content) Leaves a reaction to this object.Methods in org.kohsuke.github that return types with arguments of type GHReactionModifier and TypeMethodDescriptionGHCommitComment.listReactions()List reactions.GHIssue.listReactions()List reactions.GHIssueComment.listReactions()List reactions.GHPullRequestReviewComment.listReactions()List reactions.Reactable.listReactions()List all the reactions left to this object.Methods in org.kohsuke.github with parameters of type GHReactionModifier and TypeMethodDescriptionvoidGHCommitComment.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.