Package org.kohsuke.github
Interface Reactable
-
- All Known Implementing Classes:
GHCommitComment
,GHIssue
,GHIssueComment
,GHPullRequest
,GHPullRequestReviewComment
@Preview(SQUIRREL_GIRL) @Deprecated public interface Reactable
Deprecated.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description GHReaction
createReaction(ReactionContent content)
Deprecated.PagedIterable<GHReaction>
listReactions()
Deprecated.
-
-
-
Method Detail
-
listReactions
@Preview(SQUIRREL_GIRL) @Deprecated PagedIterable<GHReaction> listReactions()
Deprecated.List all the reactions left to this object.- Returns:
- the paged iterable
-
createReaction
@Preview(SQUIRREL_GIRL) @Deprecated GHReaction createReaction(ReactionContent content) throws IOException
Deprecated.Leaves a reaction to this object.- Parameters:
content
- the content- Returns:
- the gh reaction
- Throws:
IOException
- the io exception
-
-