Package | Description |
---|---|
com.atlassian.bitbucket.event.permission |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGlobalPermissionModificationEvent |
class |
AbstractProjectPermissionModificationEvent |
class |
AbstractRepositoryPermissionModificationEvent |
class |
GlobalPermissionEvent
Event signalling global permission changes.
|
class |
GlobalPermissionGrantedEvent
This event is fired when a user or group are granted a global permission.
|
class |
GlobalPermissionGrantRequestedEvent
This event is raised before a user or group are granted a global permission.
|
class |
GlobalPermissionModificationRequestedEvent
This event is raised before a user or group's global permission is modified.
|
class |
GlobalPermissionModifiedEvent
This event is fired when a user or group has their global permission modified.
|
class |
GlobalPermissionRevocationRequestedEvent
This event is raised before a user or group's global permission is revoked.
|
class |
GlobalPermissionRevokedEvent
This event is fired when a user or group has their global permission revoked.
|
class |
ProjectPermissionEvent
Event signalling project permission changes.
|
class |
ProjectPermissionGrantedEvent
This event is fired when a user, group or all licensed users are granted permission to a given project.
|
class |
ProjectPermissionGrantRequestedEvent
This event is raised before a user or group are granted a project permission.
|
class |
ProjectPermissionModificationRequestedEvent
This event is raised before a user or group's project permission is modified.
|
class |
ProjectPermissionModifiedEvent
This event is fired when a user, group or all licensed users have their permission modified for a given project.
|
class |
ProjectPermissionRevocationRequestedEvent
This event is raised before a user or group's project permission is revoked.
|
class |
ProjectPermissionRevokedEvent
This event is fired when a user, group or all licensed users have their permission revoked for a given project.
|
class |
RepositoryPermissionEvent
Base event signalling repository permission changes.
|
class |
RepositoryPermissionGrantedEvent
This event is fired when a user or group are granted a repository permission.
|
class |
RepositoryPermissionGrantRequestedEvent
This event is raised before a user or group are granted a repository permission.
|
class |
RepositoryPermissionModificationRequestedEvent
This event is raised before a user or group's repository permission is modified.
|
class |
RepositoryPermissionModifiedEvent
This event is fired when a user or group has their permission modified for a given repository.
|
class |
RepositoryPermissionRevocationRequestedEvent
This event is raised before a user or group's repository permission is revoked.
|
class |
RepositoryPermissionRevokedEvent
This event is fired when a user or group has their permission revoked for a given repository.
|
Copyright © 2019 Atlassian. All rights reserved.