| Interface | Description |
|---|---|
| PermissionGrantedEvent |
An event which is fired when a user or group is granted a permission.
|
| PermissionGrantRequestedEvent |
This event is raised before a user or group are granted a permission.
|
| PermissionModificationRequestedEvent |
This event is raised before a user or group's permission is modified.
|
| PermissionModifiedEvent |
An event which is fired when a user or group has their permission modified.
|
| PermissionRevocationRequestedEvent |
This event is raised before a user or group's permission is revoked.
|
| PermissionRevokedEvent |
An event which is fired when a user or group has had a permission revoked.
|
| Class | Description |
|---|---|
| AbstractGlobalPermissionModificationEvent | |
| AbstractProjectPermissionModificationEvent | |
| AbstractRepositoryPermissionModificationEvent | |
| GlobalPermissionEvent |
Event signalling global permission changes.
|
| GlobalPermissionGrantedEvent |
This event is fired when a user or group are granted a global permission.
|
| GlobalPermissionGrantRequestedEvent |
This event is raised before a user or group are granted a global permission.
|
| GlobalPermissionModificationRequestedEvent |
This event is raised before a user or group's global permission is modified.
|
| GlobalPermissionModifiedEvent |
This event is fired when a user or group has their global permission modified.
|
| GlobalPermissionRevocationRequestedEvent |
This event is raised before a user or group's global permission is revoked.
|
| GlobalPermissionRevokedEvent |
This event is fired when a user or group has their global permission revoked.
|
| PermissionEvent |
Base event signalling permission changes.
|
| ProjectPermissionEvent |
Event signalling project permission changes.
|
| ProjectPermissionGrantedEvent |
This event is fired when a user, group or all licensed users are granted permission to a given project.
|
| ProjectPermissionGrantRequestedEvent |
This event is raised before a user or group are granted a project permission.
|
| ProjectPermissionModificationRequestedEvent |
This event is raised before a user or group's project permission is modified.
|
| ProjectPermissionModifiedEvent |
This event is fired when a user, group or all licensed users have their permission modified for a given project.
|
| ProjectPermissionRevocationRequestedEvent |
This event is raised before a user or group's project permission is revoked.
|
| ProjectPermissionRevokedEvent |
This event is fired when a user, group or all licensed users have their permission revoked for a given project.
|
| RepositoryPermissionEvent |
Base event signalling repository permission changes.
|
| RepositoryPermissionGrantedEvent |
This event is fired when a user or group are granted a repository permission.
|
| RepositoryPermissionGrantRequestedEvent |
This event is raised before a user or group are granted a repository permission.
|
| RepositoryPermissionModificationRequestedEvent |
This event is raised before a user or group's repository permission is modified.
|
| RepositoryPermissionModifiedEvent |
This event is fired when a user or group has their permission modified for a given repository.
|
| RepositoryPermissionRevocationRequestedEvent |
This event is raised before a user or group's repository permission is revoked.
|
| RepositoryPermissionRevokedEvent |
This event is fired when a user or group has their permission revoked for a given repository.
|
Copyright © 2019 Atlassian. All rights reserved.