AbstractGlobalPermissionModificationEvent |
|
AbstractProjectModificationEvent |
Base class for constructing events which relate to project modifications. |
AbstractProjectPermissionModificationEvent |
|
AbstractRepositoryModificationEvent |
Base class for constructing events which relate to repository modifications. |
AbstractRepositoryPermissionModificationEvent |
|
AbstractRepositoryRefsChangedEvent |
Basic implementation of RepositoryRefsChangedEvent that developers can extend. |
ApplicationSetupEvent |
Event that is published when the application setup is completed. |
AuthenticationFailureEvent |
Event that is raised when an attempt to authenticate fails. |
AuthenticationSuccessEvent |
Event that is raised when a user successfully authenticates. |
BackupCanceledEvent |
Raised when a backup is canceled by a system administrator. |
BackupEndedEvent |
An abstract base class for constructing events raised when a backup ends, successfully or not. |
BackupFailedEvent |
Raised when a backup fails. |
BackupStartedEvent |
Raised when the system starts creating a new backup. |
BackupSucceededEvent |
Raised when a backup completes successfully. |
BaseUrlChangedEvent |
Event that is raised when the application base url is changed. |
BranchChangeRequestedEvent |
|
BranchChangedEvent |
Base event for any operations on branches. |
BranchCreatedEvent |
An event that is raised when a branch is created using the UI or REST. |
BranchCreationRequestedEvent |
An event that is raised just before a branch is created using the UI or REST. |
BranchDeletedEvent |
An event that is raised when a branch is deleted using the UI or REST. |
BranchDeletionRequestedEvent |
An event that is raised just before a branch is deleted using the UI or REST. |
CommitDiscussionCommentAddedEvent |
Event that is raised when a comment is added in a commit discussion. |
CommitDiscussionCommentDeletedEvent |
Event that is raised when a comment is deleted in a commit discussion. |
CommitDiscussionCommentEditedEvent |
Event that is raised when a comment is edited in a commit discussion. |
CommitDiscussionCommentEvent |
Event that is raised when a comment is added, deleted, edited or replied to in a commit discussion. |
CommitDiscussionCommentRepliedEvent |
Event that is raised when a comment is replied to in a commit discussion. |
CommitDiscussionEvent |
Base type for all commit discussion-related events. |
CommitDiscussionParticipantsUpdatedEvent |
An event raised when the participants in a commit discussion change. |
DisplayNameChangedEvent |
Event that is raised when the application display name is changed. |
GlobalPermissionEvent |
Event signalling global permission changes. |
GlobalPermissionGrantRequestedEvent |
This event is raised before a user or group are granted a global permission. |
GlobalPermissionGrantedEvent |
This event is fired when a user or group are granted a global permission. |
GlobalPermissionModificationRequestedEvent |
This event is raised before a user or group's global permission is modified. |
GlobalPermissionModifiedEvent |
This event is fired when a user or group has their global permission modified. |
GlobalPermissionRevocationRequestedEvent |
This event is raised before a user or group's global permission is revoked. |
GlobalPermissionRevokedEvent |
This event is fired when a user or group has their global permission revoked. |
HttpScmHostingChangedEvent |
Event that is raised when the HTTP(S) SCM hosting is enabled or disabled. |
MailHostConfigurationChangedEvent |
Event that is raised when the mail host configuration is changed. |
MaintenanceEndedEvent |
Fired when maintenance has ended. |
MaintenanceStartedEvent |
Fired when maintenance has begun. |
MigrationCanceledEvent |
Raised when database migration is canceled. |
MigrationEndedEvent |
An abstract base class for constructing events raised when database migration ends, successfully or not. |
MigrationFailedEvent |
Raised when database migration fails. |
MigrationStartedEvent |
Raised when database migration begins. |
MigrationSucceededEvent |
Raised when database migration completes successfully. |
ProjectAvatarUpdatedEvent |
Raised when a project's avatar is updated. |
ProjectCreatedEvent |
Event that is raised when a project is created. |
ProjectCreationRequestedEvent |
Raised just before a project is created. |
ProjectDeletedEvent |
Event that is raised when a project is deleted. |
ProjectDeletionRequestedEvent |
/**
Event that is raised just before a project is deleted. |
ProjectModificationRequestedEvent |
Raised just before a project is updated. |
ProjectModifiedEvent |
Event that is raised when a project has been successfully updated. |
ProjectPermissionEvent |
Event signalling project permission changes. |
ProjectPermissionGrantRequestedEvent |
This event is raised before a user or group are granted a project permission. |
ProjectPermissionGrantedEvent |
This event is fired when a user, group or all licensed users are granted permission to a given project. |
ProjectPermissionModificationRequestedEvent |
This event is raised before a user or group's project permission is modified. |
ProjectPermissionModifiedEvent |
This event is fired when a user, group or all licensed users have their permission modified for a given project. |
ProjectPermissionRevocationRequestedEvent |
This event is raised before a user or group's project permission is revoked. |
ProjectPermissionRevokedEvent |
This event is fired when a user, group or all licensed users have their permission revoked for a given project. |
PullRequestActivityEvent |
Event that is raised when an activity is created for a pull request. |
PullRequestApprovalEvent |
Base class for events raised when a participant approves a pull
request , or withdraws their approval. |
PullRequestApprovedEvent |
Event raised when a participant approves a pull request . |
PullRequestCommentActivityEvent |
Event that is raised when a comment activity is created for a pull request. |
PullRequestCommentAddedEvent |
Event that is raised when a comment is added on a pull request. |
PullRequestCommentDeletedEvent |
Event that is raised when a comment is deleted on a pull request. |
PullRequestCommentEditedEvent |
Event that is raised when a comment is edited on a pull request. |
PullRequestCommentEvent |
Event that is raised when a comment is added, edited or deleted on a pull request. |
PullRequestCommentRepliedEvent |
Event that is raised when a comment is replied to on a pull request. |
PullRequestDeclinedEvent |
Event that is raised when a pull request is declined. |
PullRequestMergeActivityEvent |
Event that is raised when a merge activity is created for a pull request. |
PullRequestMergedEvent |
Event raised when a pull request is merged via the web UI or REST, or when a remote merge is detected. |
PullRequestOpenRequestedEvent |
Raised just before a pull request is opened . |
PullRequestOpenedEvent |
Event that is raised when a pull request is opened. |
PullRequestParticipantsUpdatedEvent |
An event raised when the total set of reviewers and role-less participants for a pull request changes. |
PullRequestReopenedEvent |
Event that is raised when a pull request is reopened. |
PullRequestRescopeActivityEvent |
Event that is raised when a rescope activity is created for a pull request. |
PullRequestRescopedEvent |
Event that is raised when the ref for the source-branch and/or the target-branch of a pull request is updated. |
PullRequestRolesUpdatedEvent |
An event raised when one or more users have had their explicit
role in a pull request changed. |
PullRequestUnapprovedEvent |
Event raised when a participant withdraws their approval for a
pull request . |
PullRequestUpdatedEvent |
Event that is raised when the pull request title or description are updated. |
RepositoryAccessedEvent |
Event that is raised when a repository is accessed by a user. |
RepositoryCloneEvent |
Raised when an SCM client clones a repository. |
RepositoryCreatedEvent |
Event that is raised when a repository is created. |
RepositoryCreationFailedEvent |
Raised when an attempt to create a repository fails. |
RepositoryCreationRequestedEvent |
Raised just before a repository is created. |
RepositoryDefaultBranchModifiedEvent |
Raised when the default branch of a repository is reconfigured (typically through repository settings). |
RepositoryDeletedEvent |
Event that is raised when a repository is deleted
This event is internally audited with a HIGH priority. |
RepositoryDeletionRequestedEvent |
Raised just before a repository is deleted. |
RepositoryForkFailedEvent |
Raised when an attempt to fork a repository fails. |
RepositoryForkRequestedEvent |
Raised just before a repository is forked. |
RepositoryForkedEvent |
Raised when a repository is forked successfully. |
RepositoryHookDisabledEvent |
Fired when a repository hook is disabled
|
RepositoryHookEnabledEvent |
Fired when a repository hook is enabled
|
RepositoryHookSettingsChangedEvent |
Fired when a repository hook's settings are changed. |
RepositoryModificationRequestedEvent |
Raised just before a repository is updated. |
RepositoryModifiedEvent |
Event that is raised when a repository has been successfully updated. |
RepositoryOtherReadEvent |
Raised when a repository is accessed for read but not pulling refs . |
RepositoryOtherWriteEvent |
Raised when a repository is accessed for write but not pushing refs . |
RepositoryPermissionEvent |
Base event signalling repository permission changes. |
RepositoryPermissionGrantRequestedEvent |
This event is raised before a user or group are granted a repository permission. |
RepositoryPermissionGrantedEvent |
This event is fired when a user or group are granted a repository permission. |
RepositoryPermissionModificationRequestedEvent |
This event is raised before a user or group's repository permission is modified. |
RepositoryPermissionModifiedEvent |
This event is fired when a user or group has their permission modified for a given repository. |
RepositoryPermissionRevocationRequestedEvent |
This event is raised before a user or group's repository permission is revoked. |
RepositoryPermissionRevokedEvent |
This event is fired when a user or group has their permission revoked for a given repository. |
RepositoryPullEvent |
Raised when an SCM client pulls from a repository. |
RepositoryPushEvent |
Event that is raised when a user pushes one or more refs to a repository. |
ServerEmailAddressChangedEvent |
Event that is raised when the server email address is changed. |
TagChangeRequestedEvent |
|
TagChangedEvent |
Base event for any operations on tags. |
TagCreatedEvent |
An event that is raised when a tag is created using the UI or REST. |
TagCreationRequestedEvent |
An event that is raised just before a tag is created using the UI or REST. |
TaskCreatedEvent |
Event that is raised when a task is created. |
TaskDeletedEvent |
Event that is raised when a task is deleted. |
TaskUpdatedEvent |
Event that is raised when a task is updated. |
TicketAcquiredEvent |
Event raised when a Ticket is acquired from a given bucket in the
ThrottleService . |
TicketRejectedEvent |
Event raised when an attempt to acquire a Ticket from a given bucket
is rejected by the ThrottleService . |
TicketReleasedEvent |
Event raised when a Ticket is released back into its bucket by the
ThrottleService . |
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. |
WatcherAddedEvent |
|
WatcherRemovedEvent |
|