Class ReviewerGroupCreateRequest
java.lang.Object
com.atlassian.bitbucket.pull.reviewer.ReviewerGroupCreateRequest
- Since:
- 7.13
Request object used for
ReviewerGroupService.create(ReviewerGroupCreateRequest)
creating a reviewer group.
-
Method Details
-
getDescription
- Returns:
- the description for a reviewer group
-
getName
- Returns:
- the name for a reviewer group
-
getScope
- Returns:
- the scope of the reviewer group. A reviewer group can only be in repository and normal project scope level.
-
getUsers
- Returns:
- the set of reviewers for the group. A reviewer group must contain at least one user. Passing
an empty set to
ReviewerGroupService.create(ReviewerGroupCreateRequest)
will cause anEmptyReviewerGroupException
to be thrown.
-