Uses of Interface
com.atlassian.bitbucket.pull.reviewer.ReviewerGroup
-
Uses of ReviewerGroup in com.atlassian.bitbucket.avatar
Modifier and TypeMethodDescriptionAvatarService.getUrlForReviewerGroup
(ReviewerGroup group, AvatarRequest request) Retrieves a URL referencing an avatar for the provided pull requestreviewer group
. -
Uses of ReviewerGroup in com.atlassian.bitbucket.pull.reviewer
Modifier and TypeMethodDescriptionReviewerGroupService.create
(ReviewerGroupCreateRequest request) Create a new reviewer groupReviewerGroupService.getById
(long reviewerGroupId) Find a reviewer group with the given ID.ReviewerGroupService.update
(ReviewerGroupUpdateRequest request) Updates a reviewer group.Modifier and TypeMethodDescriptionReviewerGroupService.findByName
(Scope scope, String name, PageRequest pageRequest) Find reviewer groups by name.ReviewerGroupService.findByScope
(Scope scope, PageRequest pageRequest) Find the reviewer groups in a given scopeFind a reviewer group with the given name.