public class ReviewerGroupCreateRequest extends Object
ReviewerGroupService.create(ReviewerGroupCreateRequest)
creating a reviewer group.Modifier and Type | Class and Description |
---|---|
static class |
ReviewerGroupCreateRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
Scope |
getScope() |
Set<ApplicationUser> |
getUsers() |
@Nullable public String getDescription()
@Nonnull public Scope getScope()
@Nonnull public Set<ApplicationUser> getUsers()
ReviewerGroupService.create(ReviewerGroupCreateRequest)
will cause an
EmptyReviewerGroupException
to be thrown.Copyright © 2022 Atlassian. All rights reserved.