Package com.atlassian.jira.application
Class ApplicationRoleGroupEvent
java.lang.Object
com.atlassian.jira.application.ApplicationRoleGroupEvent
Event fired when groups are added to or removed from application roles.
- Since:
- v10.3.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the names of groups that were added to the application roles.Set<com.atlassian.application.api.ApplicationKey> Get the keys of applications whose roles were affected by the group changes.Get the names of groups that were removed from the application roles.
-
Constructor Details
-
ApplicationRoleGroupEvent
-
-
Method Details
-
getAffectedApplications
Get the keys of applications whose roles were affected by the group changes.- Returns:
- the keys of affected applications
-
getAddedGroups
Get the names of groups that were added to the application roles.- Returns:
- the names of added groups
-
getRemovedGroups
Get the names of groups that were removed from the application roles.- Returns:
- the names of removed groups
-