| RepositoryRefsChangedEvent | Interface for events that are published when changes are made to a repository. |
| AbstractRepositoryModificationEvent | Base class for constructing events which relate to repository modifications. |
| AbstractRepositoryRefsChangedEvent | Basic implementation of RepositoryRefsChangedEvent that developers can extend. |
| RefChangeRequestedEvent | A base class for ref change request events |
| 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. |
| RepositoryEvent | Base class for all events related to repositories: pushes, pulls, merge operations, etc. |
| RepositoryForkedEvent | Raised when a repository is forked successfully. |
| RepositoryForkFailedEvent | Raised when an attempt to fork a repository fails. |
| RepositoryForkRequestedEvent | Raised just before a repository is forked. |
| 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. |
| 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. |