Uses of Class
org.kohsuke.github.GHReaction
-
Uses of GHReaction in org.kohsuke.github
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
GHCommitComment.deleteReaction
(GHReaction reaction) Delete reaction.void
GHIssue.deleteReaction
(GHReaction reaction) Delete reaction.void
GHIssueComment.deleteReaction
(GHReaction reaction) Delete reaction.void
GHPullRequestReviewComment.deleteReaction
(GHReaction reaction) Delete reaction.void
Reactable.deleteReaction
(GHReaction reaction) Delete a reaction from this object.