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 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.