Uses of Interface
com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEvent
Package
Description
-
Uses of RepositoryRefsChangedEvent 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 RepositoryRefsChangedEvent in com.atlassian.bitbucket.event.content
Modifier and TypeClassDescriptionclass
An event that is raised after a file is edited on the server. -
Uses of RepositoryRefsChangedEvent in com.atlassian.bitbucket.event.pull
Modifier and TypeClassDescriptionclass
Event raised when a pull request is merged via the web UI or REST, or when a remote merge is detected. -
Uses of RepositoryRefsChangedEvent in com.atlassian.bitbucket.event.repository
Modifier and TypeClassDescriptionclass
Basic implementation of RepositoryRefsChangedEvent that developers can extend.class
Event that is raised when a user pushes one or morerefs
to a repository. -
Uses of RepositoryRefsChangedEvent 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.