Package com.atlassian.bitbucket.event.repository
package com.atlassian.bitbucket.event.repository
-
ClassDescriptionBase class for constructing events which relate to repository modifications.Basic implementation of RepositoryRefsChangedEvent that developers can extend.Event that is raised when
PullRequests are filtered by one or more criteria from the UI.Event that is raised when a repository is accessed by a user.Raised when an SCM client clones a repository.Event that is raised when a repository is created.Raised when an attempt to create a repository fails.Raised just before arepositoryis created.Raised when the default branch of a repository is reconfigured (typically through repository settings).Raised when a user is blocked from deleting a repository due to the repository delete policy.Event that is raised when a repository is deletedRaised just before arepositoryis deleted.Base class for all events related to repositories: pushes, pulls, merge operations, etc.Raised when a repository is forked successfully.Raised when an attempt to fork a repository fails.Raised just before arepositoryis forked.Event raised to indicate that a repository has been successfully imported to this instance.Raised just before arepositoryis updated.Event that is raised when a repository has been successfully updated.Raised when a repository is accessed for read but notpulling refs.Raised when a repository is accessed for write but notpushing refs.Raised when an SCM client pulls from a repository.Event that is raised when a user pushes one or morerefsto a repository.Interface for events that are published when changes are made to a repository.