Uses of Class
com.atlassian.bitbucket.event.repository.RepositoryEvent
Packages that use RepositoryEvent
Package
Description
- 
Uses of RepositoryEvent in com.atlassian.bitbucket.event.branchSubclasses of RepositoryEvent in com.atlassian.bitbucket.event.branchModifier and TypeClassDescriptionclassBase event for any operations on branches.classAn event that is raised when a branch is created using the UI or REST.classAn event that is raised when a branch is deleted using the UI (e.g.
- 
Uses of RepositoryEvent in com.atlassian.bitbucket.event.commitSubclasses of RepositoryEvent in com.atlassian.bitbucket.event.commitModifier and TypeClassDescriptionclassSubclasses of this event are synchronous and allow callers to cancel the action and/or participate in the transaction (by persisting related entities, for example).classEvent that is raised when a comment is added in a commit discussion.classEvent that is raised before a comment is added to a commit discussion.classEvent that is raised when a comment is deleted in a commit discussion.classEvent that is raised before a comment in a commit discussion is deleted.classEvent that is raised when a comment is edited in a commit discussion.classEvent that is raised when a comment is added, deleted, edited or replied to in a commit discussion.classEvent that is raised before a comment in a commit discussion is edited.classEvent that is raised when a comment is replied to in a commit discussion.classEvent that is raised before a comment is replied to in a commit discussion.classBase type for all commit discussion-related events.classAn event raised when the participants in a commit discussion change.
- 
Uses of RepositoryEvent in com.atlassian.bitbucket.event.contentSubclasses of RepositoryEvent in com.atlassian.bitbucket.event.contentModifier and TypeClassDescriptionclassAn event that is raised after a file is edited on the server.
- 
Uses of RepositoryEvent in com.atlassian.bitbucket.event.repositorySubclasses of RepositoryEvent in com.atlassian.bitbucket.event.repositoryModifier and TypeClassDescriptionclassBase class for constructing events which relate to repository modifications.classBasic implementation of RepositoryRefsChangedEvent that developers can extend.classEvent that is raised whenPullRequests are filtered by one or more criteria from the UI.classEvent that is raised when a repository is accessed by a user.classRaised when an SCM client clones a repository.classEvent that is raised when a repository is created.classRaised when an attempt to create a repository fails.classRaised just before arepositoryis created.classRaised when the default branch of a repository is reconfigured (typically through repository settings).classRaised when a user is blocked from deleting a repository due to the repository delete policy.classEvent that is raised when a repository is deletedclassRaised just before arepositoryis deleted.classRaised when a repository is forked successfully.classRaised when an attempt to fork a repository fails.classRaised just before arepositoryis forked.classEvent raised to indicate that a repository has been successfully imported to this instance.classRaised just before arepositoryis updated.classEvent that is raised when a repository has been successfully updated.classRaised when a repository is accessed for read but notpulling refs.classRaised when a repository is accessed for write but notpushing refs.classRaised when an SCM client pulls from a repository.classEvent that is raised when a user pushes one or morerefsto a repository.
- 
Uses of RepositoryEvent in com.atlassian.bitbucket.event.tagSubclasses of RepositoryEvent in com.atlassian.bitbucket.event.tagModifier and TypeClassDescriptionclassBase event for any operations on tags.classAn event that is raised when a tag is created using the UI or REST.classAn event that is raised when a tag is deleted using the UI or REST.