Uses of Enum
org.kohsuke.github.ReactionContent
-
Uses of ReactionContent in org.kohsuke.github
Modifier and TypeMethodDescriptionstatic ReactionContent
ReactionContent.forContent
(String content) For content reaction content.GHReaction.getContent()
The kind of reaction left.static ReactionContent
Returns the enum constant of this type with the specified name.static ReactionContent[]
ReactionContent.values()
Returns an array containing the constants of this enum type, in the order they are declared.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.