Interface PermissionGrantedEvent
- All Known Implementing Classes:
GlobalPermissionGrantedEvent
,ProjectPermissionGrantedEvent
,RepositoryPermissionGrantedEvent
public interface PermissionGrantedEvent
An event which is fired when a user or group is granted a permission.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAffectedGroup
- Returns:
- the affected group of
null
if a user was affected
-
getAffectedUser
- Returns:
- the affected user of
null
if a group was affected
-
getPermission
- Returns:
- the permission granted
-