Uses of Interface
com.atlassian.bitbucket.pull.reviewer.ReviewerGroup
Packages that use ReviewerGroup
-
Uses of ReviewerGroup in com.atlassian.bitbucket.avatar
Methods in com.atlassian.bitbucket.avatar with parameters of type ReviewerGroupModifier 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
Methods in com.atlassian.bitbucket.pull.reviewer that return ReviewerGroupModifier 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.Methods in com.atlassian.bitbucket.pull.reviewer that return types with arguments of type ReviewerGroupModifier 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.Constructors in com.atlassian.bitbucket.pull.reviewer with parameters of type ReviewerGroup