Interface GroupResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.atlassian.user.Group getGroup​(String name)
      Returns the group with the specified name, or null if the user doesn't exist or the name is null.
    • Method Detail

      • getGroup

        @Nullable
        com.atlassian.user.Group getGroup​(String name)
        Returns the group with the specified name, or null if the user doesn't exist or the name is null.