Modifier and Type | Class and Description |
---|---|
class |
AuditEvent
Represents an AuditEvent derived from an
Audited annotated event |
class |
TransactionAwareAuditEvent
TransactionAware version of AuditEvent , which can be used to for audit events that should only be
published if and when the current transaction commits successfully. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationEvent
Base class for constructing events that relate to authentication.
|
class |
AuthenticationFailureEvent
Event that is raised when an attempt to authenticate fails.
|
class |
AuthenticationSuccessEvent
Event that is raised when a user successfully authenticates.
|
Modifier and Type | Class and Description |
---|---|
class |
BackupCanceledEvent
Raised when a backup is canceled by a system administrator.
|
class |
BackupEndedEvent
An abstract base class for constructing events raised when a backup ends, successfully or not.
|
class |
BackupEvent
An abstract base class for constructing events related to backups.
|
class |
BackupFailedEvent
Raised when a backup fails.
|
class |
BackupStartedEvent
Raised when the system starts creating a new backup.
|
class |
BackupSucceededEvent
Raised when a backup completes successfully.
|
Modifier and Type | Class and Description |
---|---|
class |
BranchChangedEvent
Base event for any operations on branches.
|
class |
BranchCreatedEvent
An event that is raised when a branch is created using the UI or REST.
|
class |
BranchDeletedEvent
An event that is raised when a branch is deleted using the UI (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
CommitDiscussionCancelableCommentEvent
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 |
CommitDiscussionCommentAddedEvent
Event that is raised when a comment is added in a commit discussion.
|
class |
CommitDiscussionCommentAddRequestedEvent
Event that is raised before a comment is added to a commit discussion.
|
class |
CommitDiscussionCommentDeletedEvent
Event that is raised when a comment is deleted in a commit discussion.
|
class |
CommitDiscussionCommentDeletionRequestedEvent
Event that is raised before a comment in a commit discussion is deleted.
|
class |
CommitDiscussionCommentEditedEvent
Event that is raised when a comment is edited in a commit discussion.
|
class |
CommitDiscussionCommentEvent
Event that is raised when a comment is added, deleted, edited or replied to in a commit discussion.
|
class |
CommitDiscussionCommentModificationRequestedEvent
Event that is raised before a comment in a commit discussion is edited.
|
class |
CommitDiscussionCommentRepliedEvent
Event that is raised when a comment is replied to in a commit discussion.
|
class |
CommitDiscussionCommentReplyRequestedEvent
Event that is raised before a comment is replied to in a commit discussion.
|
class |
CommitDiscussionEvent
Base type for all commit discussion-related events.
|
class |
CommitDiscussionParticipantsUpdatedEvent
An event raised when the participants in a commit discussion change.
|
Modifier and Type | Class and Description |
---|---|
class |
FileEditedEvent
An event that is raised after a file is edited on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryHookDeletedEvent
Fired when a repository hook is deleted
|
class |
RepositoryHookDisabledEvent
Fired when a repository hook is disabled
|
class |
RepositoryHookEnabledEvent
Fired when a repository hook is enabled
|
class |
RepositoryHookEvent
Children of this event are fired when repository hooks are changed.
|
class |
RepositoryHookSettingsChangedEvent
Fired when a repository hook's settings are changed.
|
Modifier and Type | Class and Description |
---|---|
class |
LicenseChangedEvent
Event that is raised when the license is changed.
|
Modifier and Type | Class and Description |
---|---|
class |
MaintenanceEndedEvent
Fired when maintenance has ended.
|
class |
MaintenanceEvent
A base class for maintenance events.
|
class |
MaintenanceStartedEvent
Fired when maintenance has begun.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrationCanceledEvent
Raised when database migration is canceled.
|
class |
MigrationEndedEvent
An abstract base class for constructing events raised when database migration ends, successfully or not.
|
class |
MigrationEvent
An abstract base class for constructing events related to migrating the system between databases.
|
class |
MigrationFailedEvent
Raised when database migration fails.
|
class |
MigrationStartedEvent
Raised when database migration begins.
|
class |
MigrationSucceededEvent
Raised when database migration completes successfully.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryMirrorEvent
Base class for
Repository events that have been raised on a mirror. |
class |
RepositoryMirrorSynchronizationFailedEvent
This event signals that a
Repository has failed to synchronize on a mirror. |
class |
RepositoryMirrorSynchronizedEvent
This event signals that a
Repository has been synchronized on a mirror |
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 |
PermissionEvent
Base event signalling permission changes.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjectModificationEvent
Base class for constructing events which relate to project modifications.
|
class |
ProjectAvatarUpdatedEvent
Raised when a
project's avatar is updated. |
class |
ProjectCreatedEvent
Event that is raised when a project is created.
|
class |
ProjectCreationRequestedEvent
Raised just before a
project is created. |
class |
ProjectDeletedEvent
Event that is raised when a project is deleted.
|
class |
ProjectDeletionRequestedEvent
/**
Event that is raised just before a
project is deleted. |
class |
ProjectEvent
Base class for all project related events.
|
class |
ProjectImportedEvent
Event raised to indicate that a project has been successfully imported to this instance.
|
class |
ProjectModificationRequestedEvent
Raised just before a
project is updated. |
class |
ProjectModifiedEvent
Event that is raised when a project has been successfully updated.
|
Modifier and Type | Class and Description |
---|---|
class |
PullRequestActivityEvent
Event that is raised when an activity is created for a pull request.
|
class |
PullRequestCancelableCommentEvent
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 |
PullRequestCommentActivityEvent
Event that is raised when a comment activity is created for a pull request.
|
class |
PullRequestCommentAddedEvent
Event that is raised when a comment is added on a pull request.
|
class |
PullRequestCommentAddRequestedEvent
Event that is raised before a comment is added to a pull request.
|
class |
PullRequestCommentDeletedEvent
Event that is raised when a comment is deleted on a pull request.
|
class |
PullRequestCommentDeletionRequestedEvent
Event that is raised before a comment in a pull request is deleted.
|
class |
PullRequestCommentEditedEvent
Event that is raised when a comment is edited on a pull request.
|
class |
PullRequestCommentEvent
Event that is raised when a comment is added, edited or deleted on a pull request.
|
class |
PullRequestCommentModificationRequestedEvent
Event that is raised before a comment in a pull request is edited.
|
class |
PullRequestCommentRepliedEvent
Event that is raised when a comment is replied to on a pull request.
|
class |
PullRequestCommentReplyRequestedEvent
Event that is raised before a comment is replied to in a pull request.
|
class |
PullRequestDeclinedEvent
Event that is raised when a pull request is declined.
|
class |
PullRequestDeletedEvent
Event that is raised when a pull request is deleted.
|
class |
PullRequestDeletionRequestedEvent
Raised just before a
pull request is deleted . |
class |
PullRequestEvent
Base type for all pull request related events.
|
class |
PullRequestMergeActivityEvent
Event that is raised when a merge activity is created for a pull request.
|
class |
PullRequestMergedEvent
Event raised when a pull request is merged via the web UI or REST, or when a remote merge is detected.
|
class |
PullRequestOpenedEvent
Event that is raised when a pull request is opened.
|
class |
PullRequestOpenRequestedEvent
Raised just before a
pull request is opened . |
class |
PullRequestParticipantApprovedEvent
Event raised when a
participant updates its status
on a pull request to PullRequestParticipantStatus.APPROVED |
class |
PullRequestParticipantReviewedEvent
Event raised when a
participant updates its status
on a pull request to PullRequestParticipantStatus.NEEDS_WORK |
class |
PullRequestParticipantStatusUpdatedEvent
|
class |
PullRequestParticipantsUpdatedEvent
An event raised when the total set of reviewers and role-less participants for a pull request changes.
|
class |
PullRequestParticipantUnapprovedEvent
Event raised when a
participant updates its status
on a pull request to PullRequestParticipantStatus.UNAPPROVED |
class |
PullRequestReopenedEvent
Event that is raised when a pull request is reopened.
|
class |
PullRequestRescopeActivityEvent
Event that is raised when a rescope activity is created for a pull request.
|
class |
PullRequestRescopedEvent
Event that is raised when the ref for the source-branch and/or the target-branch of a pull request is updated.
|
class |
PullRequestReviewersUpdatedActivityEvent
Event that is raised when a reviewers updated activity is created for a pull request.
|
class |
PullRequestReviewersUpdatedEvent
An event raised when the reviewers of a pull request are updated.
|
class |
PullRequestUpdatedEvent
Event that is raised when the pull request title, description, or target branch are updated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryModificationEvent
Base class for constructing events which relate to repository modifications.
|
class |
AbstractRepositoryRefsChangedEvent
Basic implementation of RepositoryRefsChangedEvent that developers can extend.
|
class |
RepositoryAccessedEvent
Event that is raised when a repository is accessed by a user.
|
class |
RepositoryCloneEvent
Raised when an SCM client clones a repository.
|
class |
RepositoryCreatedEvent
Event that is raised when a repository is created.
|
class |
RepositoryCreationFailedEvent
Raised when an attempt to create a repository fails.
|
class |
RepositoryCreationRequestedEvent
Raised just before a
repository is created. |
class |
RepositoryDefaultBranchModifiedEvent
Raised when the default branch of a repository is reconfigured (typically through repository settings).
|
class |
RepositoryDeletedEvent
Event that is raised when a repository is deleted
|
class |
RepositoryDeletionRequestedEvent
Raised just before a
repository is deleted. |
class |
RepositoryEvent
Base class for all events related to repositories: pushes, pulls, merge operations, etc.
|
class |
RepositoryForkedEvent
Raised when a repository is forked successfully.
|
class |
RepositoryForkFailedEvent
Raised when an attempt to fork a repository fails.
|
class |
RepositoryForkRequestedEvent
Raised just before a
repository is forked. |
class |
RepositoryImportedEvent
Event raised to indicate that a repository has been successfully imported to this instance.
|
class |
RepositoryModificationRequestedEvent
Raised just before a
repository is updated. |
class |
RepositoryModifiedEvent
Event that is raised when a repository has been successfully updated.
|
class |
RepositoryOtherReadEvent
Raised when a repository is accessed for read but not
pulling refs . |
class |
RepositoryOtherWriteEvent
Raised when a repository is accessed for write but not
pushing refs . |
class |
RepositoryPullEvent
Raised when an SCM client pulls from a repository.
|
class |
RepositoryPushEvent
Event that is raised when a user pushes one or more
refs to a repository. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationConfigurationChangedEvent<T>
Event that is published when an application property is changed through ApplicationPropertiesService.
|
class |
ApplicationSetupEvent
Event that is published when the application setup is completed.
|
class |
BaseUrlChangedEvent
Event that is raised when the application base url is changed.
|
class |
DisasterRecoveryTriggeredEvent
An event that is raised when the system is started after being restored from a Zero Downtime Backup.
|
class |
DisplayNameChangedEvent
Event that is raised when the application display name is changed.
|
class |
HttpScmHostingChangedEvent
Event that is raised when the HTTP(S) SCM hosting is enabled or disabled.
|
class |
MailHostConfigurationChangedEvent
Event that is raised when the mail host configuration is changed.
|
class |
OperatingSystemChangedEvent
Event raised after migrating between major operating systems.
|
class |
ServerEmailAddressChangedEvent
Event that is raised when the server email address is changed.
|
class |
ServerTimeZoneChangedEvent |
Modifier and Type | Class and Description |
---|---|
class |
TagChangedEvent
Base event for any operations on tags.
|
class |
TagCreatedEvent
An event that is raised when a tag is created using the UI or REST.
|
class |
TagDeletedEvent
An event that is raised when a tag is deleted using the UI or REST.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskCreatedEvent
Event that is raised when a task is created.
|
class |
TaskDeletedEvent
Event that is raised when a task is deleted.
|
class |
TaskEvent
Base type for all
task -related events. |
class |
TaskUpdatedEvent
Event that is raised when a task is updated.
|
Modifier and Type | Class and Description |
---|---|
class |
TicketAcquiredEvent
Event raised when a
Ticket is acquired from a given bucket in the
ThrottleService . |
class |
TicketEvent
Base class for
Ticket events which are broadcast by the
ThrottleService . |
class |
TicketRejectedEvent
Event raised when an attempt to acquire a
Ticket from a given bucket
is rejected by the ThrottleService . |
class |
TicketReleasedEvent
Event raised when a
Ticket is released back into its bucket by the
ThrottleService . |
Modifier and Type | Class and Description |
---|---|
class |
GroupCleanupEvent
Raised when a group is deleted from all user directories visible to the server.
|
class |
UserAttributeChangedEvent |
class |
UserAvatarUpdatedEvent |
class |
UserCleanupEvent
Raised when a user is deleted from all user directories visible to the server.
|
class |
UserErasedEvent
Raised when personally identifying user data is erased for
username . |
class |
UserTimeZoneChangedEvent |
Modifier and Type | Class and Description |
---|---|
class |
WatcherAddedEvent |
class |
WatcherEvent |
class |
WatcherRemovedEvent |
Modifier and Type | Class and Description |
---|---|
class |
HookScriptConfigurationEvent
Base class for changing the configuration for a
HookScript . |
class |
HookScriptConfigurationRemovedEvent
Event fired when a
HookScript configuration is removed. |
class |
HookScriptConfigurationSetEvent
Event fired when a new configuration is set for a
HookScript . |
class |
HookScriptCreatedEvent
Event fired when a new
HookScript is added to the system. |
class |
HookScriptDeletedEvent
Event fired when a
HookScript is deleted from the system. |
class |
HookScriptEvent
Base event for
HookScripts . |
class |
HookScriptUpdatedEvent
Fired when a
HookScript is updated. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInstanceMigrationEvent
Abstract superclass for Data Center Migration events.
|
class |
MigrationExportFinishedEvent
Event that is raised when an Data Center export has completed executing.
|
class |
MigrationExportStartedEvent
Event that is raised when an Data Center Migration export has been started.
|
class |
MigrationImportFinishedEvent
Event that is raised when an Data Center Migration import has completed executing.
|
class |
MigrationImportStartedEvent
Event that is raised when an Data Center Migration import has been started.
|
Copyright © 2019 Atlassian. All rights reserved.