AbstractProjectModificationEvent |
Base class for constructing events which relate to project modifications. |
AbstractRepositoryModificationEvent |
Base class for constructing events which relate to repository modifications. |
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 |
This event is internally audited with a HIGH priority |
BackupEndedEvent |
|
BackupFailedEvent |
This event is internally audited with a HIGH priority |
BackupStartedEvent |
|
BackupSucceededEvent |
|
BaseUrlChangedEvent |
Event that is raised when the application base url is changed. |
CommentAddedEvent |
This class is deprecated.
in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether
the comment was added to a commit discussion or to
a pull request . Event handlers should listen for
CommitDiscussionCommentAddedEvent
or PullRequestCommentAddedEvent .
|
CommentDeletedEvent |
This class is deprecated.
in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether
the comment was deleted from a commit discussion or
from a pull request . Event handlers should listen for
CommitDiscussionCommentDeletedEvent
or PullRequestCommentDeletedEvent .
|
CommentEditedEvent |
This class is deprecated.
in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether
the comment was edited on a commit discussion or
on a pull request . Event handlers should listen for
CommitDiscussionCommentEditedEvent
or PullRequestCommentEditedEvent .
|
CommentRepliedEvent |
This class is deprecated.
in 2.11 for removal in 3.0. This event includes no context, making it impossible to determine whether
the comment was replied to on a commit discussion
or a pull request . Event handlers should listen for
CommitDiscussionCommentRepliedEvent
or PullRequestCommentRepliedEvent .
|
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. |
GlobalPermissionGrantedEvent |
This event is fired when a user or group are granted a global permission. |
GlobalPermissionRevokedEvent |
This event is fired when a user or group has their global permission revoked. |
MailHostConfigurationChangedEvent |
Event that is raised when the mail host configuration is changed. |
MigrationCanceledEvent |
|
MigrationEndedEvent |
|
MigrationFailedEvent |
|
MigrationStartedEvent |
|
MigrationSucceededEvent |
|
PermissionGrantedEvent |
This class is deprecated.
in 2.4. In 3.0 this will be converted to a marker interface.
ProjectPermissionEvent and GlobalPermissionEvent will be created similar to
RepositoryPermissionEvent with their subclasses specific for granting and revoking permissions
|
PermissionRevokedEvent |
This class is deprecated.
in 2.4. In 3.0 this will be converted to a marker interface.
ProjectPermissionEvent and GlobalPermissionEvent will be created similar to
RepositoryPermissionEvent with their subclasses specific for granting and revoking permissions
|
ProjectAvatarUpdatedEvent |
This event is internally audited with a LOW priority |
ProjectCreatedEvent |
Event that is raised when a project is created. |
ProjectCreationRequestedEvent |
Raised just before a project is created. |
ProjectDeleteRequestedEvent |
This class is deprecated.
Deprecated in 2.0 for removal in 3.0, replaced by ProjectDeletionRequestedEvent . |
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. |
ProjectPermissionGrantedEvent |
This event is fired when a user, group or all licensed users are granted permission to a given project. |
ProjectPermissionRevokedEvent |
This event is fired when a user, group or all licensed users have their permission revoked for a given project. |
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 . |
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. |
PullRequestMergedEvent |
Event that is raised when a pull request is merged. |
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. |
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 |
Event that is raised when a git client pushed to 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). |
RepositoryDeleteRequestedEvent |
This class is deprecated.
Deprecated in 2.0 for removal in 3.0, replaced by RepositoryDeletionRequestedEvent .
|
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
This event is internally audited with a MEDIUM priority |
RepositoryModificationRequestedEvent |
Raised just before a repository is updated. |
RepositoryModifiedEvent |
Event that is raised when a repository has been successfully updated. |
RepositoryOtherReadEvent |
|
RepositoryOtherWriteEvent |
|
RepositoryPermissionEvent |
Base event signalling repository permission changes. |
RepositoryPermissionGrantedEvent |
This event is fired when a user or group are granted a repository permission. |
RepositoryPermissionRevokedEvent |
This event is fired when a user or group has their permission revoked for a given repository. |
RepositoryPullEvent |
Event that is raised when a git 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. |
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 |
|