| Interface | Description | 
|---|---|
| RepositoryRefsChangedEvent | Interface for events that are published when changes are made to a repository. | 
| Class | Description | 
|---|---|
| AbstractRepositoryModificationEvent | Base class for constructing events which relate to repository modifications. | 
| AbstractRepositoryRefsChangedEvent | Basic implementation of RepositoryRefsChangedEvent that developers can extend. | 
| 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  repositoryis 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 | 
| RepositoryDeletionRequestedEvent | Raised just before a  repositoryis 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  repositoryis forked. | 
| RepositoryImportedEvent | Event raised to indicate that a repository has been successfully imported to this instance. | 
| RepositoryModificationRequestedEvent | Raised just before a  repositoryis 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  refsto a repository. | 
Copyright © 2019 Atlassian. All rights reserved.