Skip navigation links
C F H L U 

C

com.atlassian.bitbucket.comment.like - package com.atlassian.bitbucket.comment.like
 
CommentLikeService - Interface in com.atlassian.bitbucket.comment.like
Provides API for creating, removing and querying comment likes.

F

findByComment(Repository, Comment, PageRequest) - Method in interface com.atlassian.bitbucket.comment.like.CommentLikeService
Get a page of "likers" of the comment (i.e.

H

hasLike(Repository, Comment) - Method in interface com.atlassian.bitbucket.comment.like.CommentLikeService
Checks whether the specified comment has been liked by the current authenticated user.

L

like(Repository, Comment) - Method in interface com.atlassian.bitbucket.comment.like.CommentLikeService
Like the comment as the current authenticated user.

U

unlike(Repository, Comment) - Method in interface com.atlassian.bitbucket.comment.like.CommentLikeService
Remove like from the comment as the current authenticated user.
C F H L U 
Skip navigation links

Copyright © 2019 Atlassian. All rights reserved.