Uses of Annotation Interface
com.atlassian.bitbucket.event.annotation.TransactionAware
Packages that use TransactionAware
Package
Description
- 
Uses of TransactionAware in com.atlassian.bitbucket.build.status
Classes in com.atlassian.bitbucket.build.status with annotations of type TransactionAwareModifier and TypeClassDescriptionclassEvent that is raised when the build status is removed.classEvent that is raised when the build status is set. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.attachment
Classes in com.atlassian.bitbucket.event.attachment with annotations of type TransactionAwareModifier and TypeClassDescriptionclassRaised just before anattachmentisdeleted.classBase type for all attachment related events.classRaised just before anattachmentisadded. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.commit
Classes in com.atlassian.bitbucket.event.commit with annotations of type TransactionAwareModifier and TypeClassDescriptionclassSubclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).classBase type for all commit discussion-related events. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.hook
Classes in com.atlassian.bitbucket.event.hook with annotations of type TransactionAwareModifier and TypeClassDescriptionclassFired when a repository hook is deletedclassFired when a repository hook is disabledclassFired when a repository hook is enabledclassChildren of this event are fired when repository hooks are changed.classFired when a repository hook's settings are changed. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.license
Classes in com.atlassian.bitbucket.event.license with annotations of type TransactionAwareModifier and TypeClassDescriptionclassEvent that is raised when the license is changed. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.permission
Classes in com.atlassian.bitbucket.event.permission with annotations of type TransactionAwareModifier and TypeClassDescriptionclassThis event is raised before a user or group are granted a global permission.classThis event is raised before a user or group's global permission is modified.classThis event is raised before a user or group's global permission is revoked.classBase event signalling permission changes.classThis event is raised before a user or group are granted a project permission.classThis event is raised before a user or group's project permission is modified.classThis event is raised before a user or group's project permission is revoked.classThis event is raised before a user or group are granted a repository permission.classThis event is raised before a user or group's repository permission is modified.classThis event is raised before a user or group's repository permission is revoked. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.project
Classes in com.atlassian.bitbucket.event.project with annotations of type TransactionAwareModifier and TypeClassDescriptionclassEvent that is raised when a project is created.classEvent that is raised when a project is deleted.classEvent that is raised when a project has been successfully updated. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.pull
Classes in com.atlassian.bitbucket.event.pull with annotations of type TransactionAwareModifier and TypeClassDescriptionclassSubclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).classRaised just before apull requestisdeleted.classBase type for all pull request related events.classRaised just before apull requestisopened. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.repository
Classes in com.atlassian.bitbucket.event.repository with annotations of type TransactionAwareModifier and TypeClassDescriptionclassEvent that is raised when a repository is created.classEvent that is raised when a repository is deletedclassEvent that is raised when a repository has been successfully updated. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.server
Classes in com.atlassian.bitbucket.event.server with annotations of type TransactionAwareModifier and TypeClassDescriptionclassEvent that is published when an application property is changed through ApplicationPropertiesService. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.user
Classes in com.atlassian.bitbucket.event.user with annotations of type TransactionAwareModifier and TypeClassDescriptionclassRaised when personally identifying user data is erased forusername. - 
Uses of TransactionAware in com.atlassian.bitbucket.event.watch
Classes in com.atlassian.bitbucket.event.watch with annotations of type TransactionAware - 
Uses of TransactionAware in com.atlassian.bitbucket.hook.script
Classes in com.atlassian.bitbucket.hook.script with annotations of type TransactionAware