Uses of Interface
com.atlassian.bitbucket.event.CancelableEvent
Packages that use CancelableEvent
Package
Description
- 
Uses of CancelableEvent in com.atlassian.bitbucket.event.attachment
Classes in com.atlassian.bitbucket.event.attachment that implement CancelableEventModifier and TypeClassDescriptionclassRaised just before anattachmentisdeleted.classRaised just before anattachmentisadded. - 
Uses of CancelableEvent in com.atlassian.bitbucket.event.commit
Classes in com.atlassian.bitbucket.event.commit that implement CancelableEventModifier 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).classEvent that is raised before a comment is added to a commit discussion.classEvent that is raised before a comment in a commit discussion is deleted.classEvent that is raised before a comment in a commit discussion is edited.classEvent that is raised before a comment is replied to in a commit discussion. - 
Uses of CancelableEvent in com.atlassian.bitbucket.event.permission
Subinterfaces of CancelableEvent in com.atlassian.bitbucket.event.permissionModifier and TypeInterfaceDescriptioninterfaceThis event is raised before a user or group are granted a permission.interfaceThis event is raised before a user or group's permission is modified.interfaceThis event is raised before a user or group's permission is revoked.Classes in com.atlassian.bitbucket.event.permission that implement CancelableEventModifier 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.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 CancelableEvent in com.atlassian.bitbucket.event.project
Classes in com.atlassian.bitbucket.event.project that implement CancelableEvent - 
Uses of CancelableEvent in com.atlassian.bitbucket.event.pull
Classes in com.atlassian.bitbucket.event.pull that implement CancelableEventModifier 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).classEvent that is raised before a comment is added to a pull request.classEvent that is raised before a comment in a pull request is deleted.classEvent that is raised before a comment in a pull request is edited.classEvent that is raised before a comment is replied to in a pull request.classRaised just before apull requestisdeleted.classRaised just before apull requestisopened. - 
Uses of CancelableEvent in com.atlassian.bitbucket.event.repository
Classes in com.atlassian.bitbucket.event.repository that implement CancelableEventModifier and TypeClassDescriptionclassRaised just before arepositoryis created.classRaised just before arepositoryis deleted.classRaised just before arepositoryis forked.classRaised just before arepositoryis updated.