Uses of Class
com.atlassian.bitbucket.event.ApplicationEvent
Package
Description
-
Uses of ApplicationEvent in com.atlassian.bitbucket.build.status
Modifier 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 ApplicationEvent in com.atlassian.bitbucket.event.attachment
Modifier and TypeClassDescriptionclass
Event that is raised when an attachment is deleted.class
Raised just before anattachment
isdeleted
.class
Base type for all attachment related events.class
Event that is raised when an attachment is added.class
Raised just before anattachment
isadded
. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.auth
Modifier and TypeClassDescriptionclass
Base class for constructing events that relate to authentication.class
Event that is raised when an attempt to authenticate fails.class
Event that is raised when a user successfully authenticates. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.backup
Modifier and TypeClassDescriptionclass
Raised when a backup is canceled by a system administrator.class
An abstract base class for constructing events raised when a backup ends, successfully or not.class
An abstract base class for constructing events related to backups.class
Raised when a backup fails.class
Raised when the system starts creating a new backup.class
Raised when a backup completes successfully. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.branch
Modifier and TypeClassDescriptionclass
Base event for any operations on branches.class
An event that is raised when a branch is created using the UI or REST.class
An event that is raised when a branch is deleted using the UI (e.g. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.commit
Modifier 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
Event that is raised when a comment is added in a commit discussion.class
Event that is raised before a comment is added to a commit discussion.class
Event that is raised when a comment is deleted in a commit discussion.class
Event that is raised before a comment in a commit discussion is deleted.class
Event that is raised when a comment is edited in a commit discussion.class
Event that is raised when a comment is added, deleted, edited or replied to in a commit discussion.class
Event that is raised before a comment in a commit discussion is edited.class
Event that is raised when a comment is replied to in a commit discussion.class
Event that is raised before a comment is replied to in a commit discussion.class
Base type for all commit discussion-related events.class
An event raised when the participants in a commit discussion change. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.compare
Modifier and TypeClassDescriptionclass
An event that is raised when a source branch, tag, or commit is compared successfully with a destination branch, tag or commit. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.content
Modifier and TypeClassDescriptionclass
An event that is raised after a file is edited on the server. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.hook
Modifier 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 ApplicationEvent in com.atlassian.bitbucket.event.license
Modifier and TypeClassDescriptionclass
Event that is raised when the license is changed. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.maintenance
Modifier and TypeClassDescriptionclass
Fired when maintenance has ended.class
A base class for maintenance events.class
Fired when maintenance has begun. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.mesh
Modifier and TypeClassDescriptionclass
A base class for constructingMeshNodeEvent
s.class
Raised when aMeshNode
comes online or goes offline.class
Raised when a newMeshNode
isregistered
.class
-
Uses of ApplicationEvent in com.atlassian.bitbucket.event.migration
Modifier and TypeClassDescriptionclass
Raised when database migration is canceled.class
An abstract base class for constructing events raised when database migration ends, successfully or not.class
An abstract base class for constructing events related to migrating the system between databases.class
Raised when database migration fails.class
Raised when database migration begins.class
Raised when database migration completes successfully. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.mirror
Modifier and TypeClassDescriptionclass
Base class forRepository
events that have been raised on a mirror.class
This event signals that aRepository
has failed to synchronize on a mirror.class
This event signals that aRepository
has been synchronized on a mirror -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.permission
Modifier and TypeClassDescriptionclass
class
class
class
Event signalling global permission changes.class
This event is fired when a user or group are granted a global permission.class
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 fired when a user or group has their global permission modified.class
This event is raised before a user or group's global permission is revoked.class
This event is fired when a user or group has their global permission revoked.class
Base event signalling permission changes.class
Event signalling project permission changes.class
This event is fired when a user, group or all licensed users are granted permission to a given project.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 fired when a user, group or all licensed users have their permission modified for a given project.class
This event is raised before a user or group's project permission is revoked.class
This event is fired when a user, group or all licensed users have their permission revoked for a given project.class
Base event signalling repository permission changes.class
This event is fired when a user or group are granted a repository permission.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 fired when a user or group has their permission modified for a given repository.class
This event is raised before a user or group's repository permission is revoked.class
This event is fired when a user or group has their permission revoked for a given repository. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.project
Modifier and TypeClassDescriptionclass
Base class for constructing events which relate to project modifications.class
Raised when aproject's
avatar is updated.class
Event that is raised when a project is created.class
Raised just before aproject
is created.class
Event that is raised when a project is deleted.class
Event that is raised just before aproject
is deleted.class
Base class for all project related events.class
Event raised to indicate that a project has been successfully imported to this instance.class
Raised just before aproject
is updated.class
Event that is raised when a project has been successfully updated. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.pull
Modifier and TypeClassDescriptionclass
Event that is raised when an activity is created for a pull request.class
Event that is raised when auto-merge is cancelled for a pull request.class
Event that is raised when auto-merge is requested for a pull request.class
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
Event that is raised when a comment activity is created for a pull request.class
Event that is raised when a comment is added on a pull request.class
Event that is raised before a comment is added to a pull request.class
Event that is raised when a comment is deleted on a pull request.class
Event that is raised before a comment in a pull request is deleted.class
Event that is raised when a comment is edited on a pull request.class
Event that is raised when a comment is added, edited or deleted on a pull request.class
Event that is raised before a comment in a pull request is edited.class
Event that is raised when a comment is replied to on a pull request.class
Event that is raised before a comment is replied to in a pull request.class
Event that is raised when a pull request is declined.class
Event that is raised when a pull request is deleted.class
Raised just before apull request
isdeleted
.class
Base type for all pull request related events.class
Event that is raised when a merge activity is created for a pull request.class
Event raised when a pull request is merged via the web UI or REST, or when a remote merge is detected.class
Event that is raised when a pull request is opened.class
Raised just before apull request
isopened
.class
Event raised when aparticipant
updates its status on apull request
toPullRequestParticipantStatus.APPROVED
class
Event raised when aparticipant
updates its status on apull request
toPullRequestParticipantStatus.NEEDS_WORK
class
class
An event raised when the total set of reviewers and role-less participants for a pull request changes.class
Event raised when aparticipant
updates its status on apull request
toPullRequestParticipantStatus.UNAPPROVED
class
Event that is raised when a pull request is reopened.class
Event that is raised when a rescope activity is created for a pull request.class
Event that is raised when the ref for the source-branch and/or the target-branch of a pull request is updated.class
Event that is raised when a pending comment is added on a pull request.class
Event that is raised when a pending comment is added or replied on a pull request.class
Event that is raised when a pending comment is added as a reply on a pull request.class
Event that is raised when you discard a review on a pull request.class
Event that is raised when a reviewers updated activity is created for a pull request.class
An event raised when the reviewers of a pull request are updated.class
Base class for all the pull request review related events.class
Event that is raised when you finish a review on a pull request.class
Event that is raised when the pull request title, description, target branch or draft status are updated. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.repository
Modifier and TypeClassDescriptionclass
Base class for constructing events which relate to repository modifications.class
Basic implementation of RepositoryRefsChangedEvent that developers can extend.class
Event that is raised whenPullRequest
s are filtered by one or more criteria from the UI.class
Event that is raised when a repository is accessed by a user.class
Raised when an SCM client clones a repository.class
Event that is raised when a repository is created.class
Raised when an attempt to create a repository fails.class
Raised just before arepository
is created.class
Raised when the default branch of a repository is reconfigured (typically through repository settings).class
Raised when a user is blocked from deleting a repository due to the repository delete policy.class
Event that is raised when a repository is deletedclass
Raised just before arepository
is deleted.class
Base class for all events related to repositories: pushes, pulls, merge operations, etc.class
Raised when a repository is forked successfully.class
Raised when an attempt to fork a repository fails.class
Raised just before arepository
is forked.class
Event raised to indicate that a repository has been successfully imported to this instance.class
Raised just before arepository
is updated.class
Event that is raised when a repository has been successfully updated.class
Raised when a repository is accessed for read but notpulling refs
.class
Raised when a repository is accessed for write but notpushing refs
.class
Raised when an SCM client pulls from a repository.class
Event that is raised when a user pushes one or morerefs
to a repository. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.server
Modifier and TypeClassDescriptionclass
Event that is published when an application property is changed through ApplicationPropertiesService.class
Event that is published when the application setup is completed.class
Event that is raised when the application base url is changed.class
An event that is raised when the system is started after being restored from a Zero Downtime Backup.class
Event that is raised when the application display name is changed.class
Event that is raised when the HTTP(S) SCM hosting is enabled or disabled.class
Event that is raised when the mail host configuration is changed.class
Event raised after migrating between major operating systems.class
Event that is raised when the server email address is changed.class
Event that is published when the server timezone is changed. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.tag
Modifier and TypeClassDescriptionclass
Base event for any operations on tags.class
An event that is raised when a tag is created using the UI or REST.class
An event that is raised when a tag is deleted using the UI or REST. -
Uses of ApplicationEvent in com.atlassian.bitbucket.event.user
Modifier and TypeClassDescriptionclass
Raised when a group is deleted from all user directories visible to the server.class
class
class
Raised when a user is deleted from all user directories visible to the server.class
Raised when personally identifying user data is erased forusername
.class
-
Uses of ApplicationEvent in com.atlassian.bitbucket.event.watch
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ApplicationEvent in com.atlassian.bitbucket.hook.script
Modifier and TypeClassDescriptionclass
Base class for changing the configuration for aHookScript
.class
Event fired when aHookScript
configuration is removed.class
Event fired when a new configuration is set for aHookScript
.class
Event fired when a newHookScript
is added to the system.class
Event fired when aHookScript
is deleted from the system.class
Base event forHookScripts
.class
Fired when aHookScript
is updated. -
Uses of ApplicationEvent in com.atlassian.bitbucket.migration.event
Modifier and TypeClassDescriptionclass
Abstract superclass for Data Center Migration events.class
Event that is raised when migrating repositories from Bitbucket DC to Mesh has completed executing.class
Event that is raised when migrating repositories from Bitbucket DC to Mesh has been started.class
Event that is raised when an Data Center export has completed executing.class
Event that is raised when an Data Center Migration export has been started.class
Event that is raised when an Data Center Migration import has completed executing.class
Event that is raised when an Data Center Migration import has been started.