java.lang.Object
org.kohsuke.github.GHPullRequestReviewCommentReactions
Reactions for a Pull Request Review comment.
- Author:
- Vasilis Gakias
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate default GHPullRequestReviewCommentReactions instance -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the number of confused reactionsint
getEyes()
Gets the number of eyes reactionsint
getHeart()
Gets the number of heart reactionsint
Gets the number of hooray reactionsint
getLaugh()
Gets the number of laugh reactionsint
Gets the number of -1 reactionsint
Gets the number of +1 reactionsint
Gets the number of rocket reactionsint
Gets the total count of reactionsgetUrl()
Gets the URL of the comment's reactions
-
Constructor Details
-
GHPullRequestReviewCommentReactions
public GHPullRequestReviewCommentReactions()Create default GHPullRequestReviewCommentReactions instance
-
-
Method Details
-
getUrl
Gets the URL of the comment's reactions- Returns:
- the URL of the comment's reactions
-
getTotalCount
public int getTotalCount()Gets the total count of reactions- Returns:
- the number of total reactions
-
getPlusOne
public int getPlusOne()Gets the number of +1 reactions- Returns:
- the number of +1 reactions
-
getMinusOne
public int getMinusOne()Gets the number of -1 reactions- Returns:
- the number of -1 reactions
-
getLaugh
public int getLaugh()Gets the number of laugh reactions- Returns:
- the number of laugh reactions
-
getConfused
public int getConfused()Gets the number of confused reactions- Returns:
- the number of confused reactions
-
getHeart
public int getHeart()Gets the number of heart reactions- Returns:
- the number of heart reactions
-
getHooray
public int getHooray()Gets the number of hooray reactions- Returns:
- the number of hooray reactions
-
getEyes
public int getEyes()Gets the number of eyes reactions- Returns:
- the number of eyes reactions
-
getRocket
public int getRocket()Gets the number of rocket reactions- Returns:
- the number of rocket reactions
-