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 TypeClassDescriptionclass
Event that is raised when the build status is removed.class
Event 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 TypeClassDescriptionclass
Raised just before anattachment
isdeleted
.class
Base type for all attachment related events.class
Raised just before anattachment
isadded
. -
Uses of TransactionAware in com.atlassian.bitbucket.event.commit
Classes in com.atlassian.bitbucket.event.commit with annotations of type TransactionAwareModifier and TypeClassDescriptionclass
Subclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).class
Base 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 TypeClassDescriptionclass
Fired when a repository hook is deletedclass
Fired when a repository hook is disabledclass
Fired when a repository hook is enabledclass
Children of this event are fired when repository hooks are changed.class
Fired 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 TypeClassDescriptionclass
Event 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 TypeClassDescriptionclass
This event is raised before a user or group are granted a global permission.class
This event is raised before a user or group's global permission is modified.class
This event is raised before a user or group's global permission is revoked.class
Base event signalling permission changes.class
This event is raised before a user or group are granted a project permission.class
This event is raised before a user or group's project permission is modified.class
This event is raised before a user or group's project permission is revoked.class
This event is raised before a user or group are granted a repository permission.class
This event is raised before a user or group's repository permission is modified.class
This 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 TypeClassDescriptionclass
Event that is raised when a project is created.class
Event that is raised when a project is deleted.class
Event 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 TypeClassDescriptionclass
Subclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).class
Raised just before apull request
isdeleted
.class
Base type for all pull request related events.class
Raised just before apull request
isopened
. -
Uses of TransactionAware in com.atlassian.bitbucket.event.repository
Classes in com.atlassian.bitbucket.event.repository with annotations of type TransactionAwareModifier and TypeClassDescriptionclass
Event that is raised when a repository is created.class
Event that is raised when a repository is deletedclass
Event 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 TypeClassDescriptionclass
Event 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 TypeClassDescriptionclass
Raised 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