Interface Permissions


public interface Permissions
Permissions
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.atlassian.crowd.embedded.api.Group>
    Get the groups.
    List<com.atlassian.jira.user.ApplicationUser>
    Get the users.
  • Method Details

    • getUsers

      List<com.atlassian.jira.user.ApplicationUser> getUsers()
      Get the users.
      Returns:
      the users
    • getGroups

      List<com.atlassian.crowd.embedded.api.Group> getGroups()
      Get the groups.
      Returns:
      the groups