Uses of Class
org.kohsuke.github.ReactionContent
-
Packages that use ReactionContent Package Description org.kohsuke.github -
-
Uses of ReactionContent in org.kohsuke.github
Methods in org.kohsuke.github that return ReactionContent Modifier and Type Method Description static ReactionContentReactionContent. forContent(String content)For content reaction content.ReactionContentGHReaction. getContent()The kind of reaction left.static ReactionContentReactionContent. valueOf(String name)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 ReactionContent Modifier and Type Method Description GHReactionGHCommitComment. createReaction(ReactionContent content)GHReactionGHIssue. createReaction(ReactionContent content)GHReactionGHIssueComment. createReaction(ReactionContent content)GHReactionGHPullRequestReviewComment. createReaction(ReactionContent content)GHReactionReactable. createReaction(ReactionContent content)Leaves a reaction to this object.
-