Interface ReviewerGroup
public interface ReviewerGroup
Represents a reviewer group
- Since:
- 7.13
-
Method Details
-
getDescription
- Returns:
- the description of the reviewer group
-
getId
long getId()- Returns:
- the unique ID of the reviewer group
-
getName
- Returns:
- the name of the reviewer group, which is unique for a given
Scope
-
getScope
- Returns:
- the scope the reviewer group belongs to
-
getUsers
- Returns:
- the reviewers in the group
-