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
PullRequest
s 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 arepository
is 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 arepository
is 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 arepository
is forked.Event raised to indicate that a repository has been successfully imported to this instance.Raised just before arepository
is 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 morerefs
to a repository.Interface for events that are published when changes are made to a repository.