Interface ReviewerGroup


public interface ReviewerGroup
Represents a reviewer group
Since:
7.13
  • Method Details

    • getDescription

      @Nullable String getDescription()
      Returns:
      the description of the reviewer group
    • getId

      long getId()
      Returns:
      the unique ID of the reviewer group
    • getName

      @Nonnull String getName()
      Returns:
      the name of the reviewer group, which is unique for a given Scope
    • getScope

      @Nonnull Scope getScope()
      Returns:
      the scope the reviewer group belongs to
    • getUsers

      @Nonnull Set<ApplicationUser> getUsers()
      Returns:
      the reviewers in the group