Uses of Enum
org.kohsuke.github.ReactionContent
Packages that use ReactionContent
-
Uses of ReactionContent in org.kohsuke.github
Methods in org.kohsuke.github that return ReactionContentModifier 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.Methods in org.kohsuke.github with parameters of type ReactionContentModifier 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.