Uses of Class
org.kohsuke.github.GHReaction
-
Packages that use GHReaction Package Description org.kohsuke.github -
-
Uses of GHReaction in org.kohsuke.github
Methods in org.kohsuke.github that return GHReaction Modifier and Type Method Description GHReaction
GHCommitComment. createReaction(ReactionContent content)
GHReaction
GHIssue. createReaction(ReactionContent content)
GHReaction
GHIssueComment. createReaction(ReactionContent content)
GHReaction
GHPullRequestReviewComment. createReaction(ReactionContent content)
GHReaction
Reactable. createReaction(ReactionContent content)
Leaves a reaction to this object.Methods in org.kohsuke.github that return types with arguments of type GHReaction Modifier and Type Method Description PagedIterable<GHReaction>
GHCommitComment. listReactions()
PagedIterable<GHReaction>
GHIssue. listReactions()
PagedIterable<GHReaction>
GHIssueComment. listReactions()
PagedIterable<GHReaction>
GHPullRequestReviewComment. listReactions()
PagedIterable<GHReaction>
Reactable. listReactions()
List all the reactions left to this object.Methods in org.kohsuke.github with parameters of type GHReaction Modifier and Type Method Description void
GHCommitComment. deleteReaction(GHReaction reaction)
void
GHIssue. deleteReaction(GHReaction reaction)
void
GHIssueComment. deleteReaction(GHReaction reaction)
void
GHPullRequestReviewComment. deleteReaction(GHReaction reaction)
void
Reactable. deleteReaction(GHReaction reaction)
Delete a reaction from this object.
-