| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
static ReactionContent |
ReactionContent.forContent(java.lang.String content) |
ReactionContent |
GHReaction.getContent()
Deprecated.
The kind of reaction left.
|
static ReactionContent |
ReactionContent.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
GHReaction |
GHIssue.createReaction(ReactionContent content)
Deprecated.
|
GHReaction |
GHCommitComment.createReaction(ReactionContent content)
Deprecated.
|
GHReaction |
Reactable.createReaction(ReactionContent content)
Deprecated.
|
GHReaction |
GHIssueComment.createReaction(ReactionContent content)
Deprecated.
|
GHReaction |
GHPullRequestReviewComment.createReaction(ReactionContent content)
Deprecated.
|
Copyright © 2016. All Rights Reserved.