Uses of Class
com.atlassian.bitbucket.event.repository.RepositoryEvent
Package
Description
-
Uses of RepositoryEvent in com.atlassian.bitbucket.event.branch
Modifier and TypeClassDescriptionclass
Base event for any operations on branches.class
An event that is raised when a branch is created using the UI or REST.class
An event that is raised when a branch is deleted using the UI (e.g. -
Uses of RepositoryEvent in com.atlassian.bitbucket.event.commit
Modifier and TypeClassDescriptionclass
Subclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).class
Event that is raised when a comment is added in a commit discussion.class
Event that is raised before a comment is added to a commit discussion.class
Event that is raised when a comment is deleted in a commit discussion.class
Event that is raised before a comment in a commit discussion is deleted.class
Event that is raised when a comment is edited in a commit discussion.class
Event that is raised when a comment is added, deleted, edited or replied to in a commit discussion.class
Event that is raised before a comment in a commit discussion is edited.class
Event that is raised when a comment is replied to in a commit discussion.class
Event that is raised before a comment is replied to in a commit discussion.class
Base type for all commit discussion-related events.class
An event raised when the participants in a commit discussion change. -
Uses of RepositoryEvent in com.atlassian.bitbucket.event.content
Modifier and TypeClassDescriptionclass
An event that is raised after a file is edited on the server. -
Uses of RepositoryEvent in com.atlassian.bitbucket.event.repository
Modifier and TypeClassDescriptionclass
Base class for constructing events which relate to repository modifications.class
Basic implementation of RepositoryRefsChangedEvent that developers can extend.class
Event that is raised whenPullRequest
s are filtered by one or more criteria from the UI.class
Event that is raised when a repository is accessed by a user.class
Raised when an SCM client clones a repository.class
Event that is raised when a repository is created.class
Raised when an attempt to create a repository fails.class
Raised just before arepository
is created.class
Raised when the default branch of a repository is reconfigured (typically through repository settings).class
Raised when a user is blocked from deleting a repository due to the repository delete policy.class
Event that is raised when a repository is deletedclass
Raised just before arepository
is deleted.class
Raised when a repository is forked successfully.class
Raised when an attempt to fork a repository fails.class
Raised just before arepository
is forked.class
Event raised to indicate that a repository has been successfully imported to this instance.class
Raised just before arepository
is updated.class
Event that is raised when a repository has been successfully updated.class
Raised when a repository is accessed for read but notpulling refs
.class
Raised when a repository is accessed for write but notpushing refs
.class
Raised when an SCM client pulls from a repository.class
Event that is raised when a user pushes one or morerefs
to a repository. -
Uses of RepositoryEvent in com.atlassian.bitbucket.event.tag
Modifier and TypeClassDescriptionclass
Base event for any operations on tags.class
An event that is raised when a tag is created using the UI or REST.class
An event that is raised when a tag is deleted using the UI or REST.